Html Css Color HEX #F12CC2 Razzle Dazzle Rose

📋 copy color: '#F12CC2'

red 241 ◦ green 44 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F12CC2

Tints of Razzle Dazzle Rose #F12CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.5%

R = 50.31%
G = 9.19%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F12CC2 (or 0xF12CC2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and C2. RGB value is (241,44,194). Sum of RGB (Red+Green+Blue) = 241+44+194=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CC2 is #0ED33D. Grayscale: #777777. Windows color (decimal): -971582 or 12725489. OLE color: 12725489.

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

Color convert

RGB 241 44 194 -
CMYK 0 0.82 0.20 0.05
HSL 314.31º 0.88% 0.56% -
HSV(B) 314.31º 0.82% 0.95% -
XYZ 46.91 24.4 53.28 -
YUV 120 169.77 214.3 -
System Red Green Blue C M Y K H S L
Decimal 241 44 194 0 0.82 0.20 0.05 314.31 0.88 0.56
Hex F1 2C C2 0 52 14 5 13A 58 38
Octal 361 54 302 0 122 24 5 472 130 70
Binary 11110001 101100 11000010 0 1010010 10100 101 100111010 1011000 111000

Color Harmonies of #F12CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CC2

Black with #F12CC2

Text Example


Text Example

White with #F12CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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