Html Css Color HEX #F12CC6 Razzle Dazzle Rose

📋 copy color: '#F12CC6'

red 241 ◦ green 44 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F12CC6

Tints of Razzle Dazzle Rose #F12CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.11%

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

R = 49.9%
G = 9.11%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F12CC6 (or 0xF12CC6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and C6. RGB value is (241,44,198). Sum of RGB (Red+Green+Blue) = 241+44+198=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CC6 is #0ED339. Grayscale: #787878. Windows color (decimal): -971578 or 12987633. OLE color: 12987633.

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

Color convert

RGB 241 44 198 -
CMYK 0 0.82 0.18 0.05
HSL 313.1º 0.88% 0.56% -
HSV(B) 313.1º 0.82% 0.95% -
XYZ 47.37 24.58 55.67 -
YUV 120.46 171.77 213.98 -
System Red Green Blue C M Y K H S L
Decimal 241 44 198 0 0.82 0.18 0.05 313.1 0.88 0.56
Hex F1 2C C6 0 52 12 5 139 58 38
Octal 361 54 306 0 122 22 5 471 130 70
Binary 11110001 101100 11000110 0 1010010 10010 101 100111001 1011000 111000

Color Harmonies of #F12CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CC6

Black with #F12CC6

Text Example


Text Example

White with #F12CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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