#F125BE

Color #F125BE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F125BE

Tints of Razzle Dazzle Rose #F125BE

Color information

#F125BE (or 0xF125BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 25 and BE. RGB value is (241,37,190). Sum of RGB (Red+Green+Blue) = 241+37+190=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F125BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F125BE is #0EDA41. Grayscale: #737373. Windows color (decimal): -973378 or 12461553. OLE color: 12461553.

HSL color Cylindrical-coordinate representation of color #F125BE: hue angle of 315º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F125BE is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB24137190-
CMYK00.850.210.05
HSL315º87.93%54.51%-
HSV(B)315º84.65%94.51%-
XYZ46.2323.7450.86-
YUV115.44170.09217.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 51.50%
GREEN value IS 37 (14.84% from 255) = 7.91%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=51.50%
G=7.91%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413719000.850.210.0531587.9354.51
HexF125BE05515513b5837
Octal36145276012525547313067
Binary111100011001011011111001010101101011011001110111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F125BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F125BE; }

 p { color: rgb(241,37,190); }

 H1.HeaderClassName
 {
   color: #F125BE;
 }
 .AnyTagClassName
 {
   color: #F125BE;
 }
</style>
background-color css

<style>
 a { background-color: #F125BE; }

 a { background-color: rgb(241,37,190); }

 div.DivClassName
 {
   background-color: #F125BE;
 }
 .BgClassName
 {
   background-color: #F125BE;
 }
</style>
border-color css

<style>
 span { border-color: #F125BE; }

 span { border-color: rgb(241,37,190); }

 td.TdClassName
 {
   border-color: #F125BE;
 }
 .TagClassName
 {
   border-color: #F125BE;
 }
</style>