Html Css Color HEX #F12DC6 Razzle Dazzle Rose

📋 copy color: '#F12DC6'

red 241 ◦ green 45 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F12DC6

Tints of Razzle Dazzle Rose #F12DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 49.79%
G = 9.3%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F12DC6 (or 0xF12DC6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and C6. RGB value is (241,45,198). Sum of RGB (Red+Green+Blue) = 241+45+198=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DC6 is #0ED239. Grayscale: #787878. Windows color (decimal): -971322 or 12987889. OLE color: 12987889.

HSL color Cylindrical-coordinate representation of color #F12DC6: hue angle of 313.16º 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 #F12DC6 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 45 198 -
CMYK 0 0.81 0.18 0.05
HSL 313.16º 0.88% 0.56% -
HSV(B) 313.16º 0.81% 0.95% -
XYZ 47.41 24.65 55.69 -
YUV 121.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 241 45 198 0 0.81 0.18 0.05 313.16 0.88 0.56
Hex F1 2D C6 0 51 12 5 139 58 38
Octal 361 55 306 0 121 22 5 471 130 70
Binary 11110001 101101 11000110 0 1010001 10010 101 100111001 1011000 111000

Color Harmonies of #F12DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DC6

Black with #F12DC6

Text Example


Text Example

White with #F12DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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