Html Css Color HEX #F12DCB Razzle Dazzle Rose

📋 copy color: '#F12DCB'

red 241 ◦ green 45 ◦ blue 203

#F12DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F12DCB

Tints of Razzle Dazzle Rose #F12DCB

RGB

 RED value IS 241 (94.53% from 255) = 49.28%

 GREEN value IS 45 (17.97% from 255) = 9.2%

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 49.28%
G = 9.2%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F12DCB (or 0xF12DCB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and CB. RGB value is (241,45,203). Sum of RGB (Red+Green+Blue) = 241+45+203=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DCB is #0ED234. Grayscale: #797979. Windows color (decimal): -971317 or 13315569. OLE color: 13315569.

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

Color convert

RGB 241 45 203 -
CMYK 0 0.81 0.16 0.05
HSL 311.63º 0.88% 0.56% -
HSV(B) 311.63º 0.81% 0.95% -
XYZ 47.99 24.89 58.77 -
YUV 121.62 173.93 213.15 -
System Red Green Blue C M Y K H S L
Decimal 241 45 203 0 0.81 0.16 0.05 311.63 0.88 0.56
Hex F1 2D CB 0 51 10 5 138 58 38
Octal 361 55 313 0 121 20 5 470 130 70
Binary 11110001 101101 11001011 0 1010001 10000 101 100111000 1011000 111000

Color Harmonies of #F12DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DCB

Black with #F12DCB

Text Example


Text Example

White with #F12DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DCB; }

 p { color: rgb(241,45,203); }

 H1.HeaderClassName
 {
   color: #F12DCB;
 }
 .AnyTagClassName
 {
   color: #F12DCB;
 }
</style>

background-color css

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

 a { background-color: rgb(241,45,203); }

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

border-color css

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

 span { border-color: rgb(241,45,203); }

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