Html Css Color HEX #F64CC2 Razzle Dazzle Rose

📋 copy color: '#F64CC2'

red 246 ◦ green 76 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F64CC2

Tints of Razzle Dazzle Rose #F64CC2

RGB

 RED value IS 246 (96.48% from 255) = 47.67%

 GREEN value IS 76 (30.08% from 255) = 14.73%

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

R = 47.67%
G = 14.73%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F64CC2 (or 0xF64CC2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4C and C2. RGB value is (246,76,194). Sum of RGB (Red+Green+Blue) = 246+76+194=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CC2 is #09B33D. Grayscale: #8B8B8B. Windows color (decimal): -635710 or 12733686. OLE color: 12733686.

HSL color Cylindrical-coordinate representation of color #F64CC2: hue angle of 318.35º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64CC2 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 76 194 -
CMYK 0 0.69 0.21 0.04
HSL 318.35º 0.9% 0.63% -
HSV(B) 318.35º 0.69% 0.96% -
XYZ 50.33 28.66 53.92 -
YUV 140.28 158.32 203.41 -
System Red Green Blue C M Y K H S L
Decimal 246 76 194 0 0.69 0.21 0.04 318.35 0.9 0.63
Hex F6 4C C2 0 45 15 4 13E 5A 3F
Octal 366 114 302 0 105 25 4 476 132 77
Binary 11110110 1001100 11000010 0 1000101 10101 100 100111110 1011010 111111

Color Harmonies of #F64CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CC2

Black with #F64CC2

Text Example


Text Example

White with #F64CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CC2; }

 p { color: rgb(246,76,194); }

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

background-color css

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

 a { background-color: rgb(246,76,194); }

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

border-color css

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

 span { border-color: rgb(246,76,194); }

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