Html Css Color HEX #F64CC9 Razzle Dazzle Rose

📋 copy color: '#F64CC9'

red 246 ◦ green 76 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F64CC9

Tints of Razzle Dazzle Rose #F64CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.43%

R = 47.04%
G = 14.53%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F64CC9 (or 0xF64CC9) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4C and C9. RGB value is (246,76,201). Sum of RGB (Red+Green+Blue) = 246+76+201=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CC9 is #09B336. Grayscale: #8C8C8C. Windows color (decimal): -635703 or 13192438. OLE color: 13192438.

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

Color convert

RGB 246 76 201 -
CMYK 0 0.69 0.18 0.04
HSL 315.88º 0.9% 0.63% -
HSV(B) 315.88º 0.69% 0.96% -
XYZ 51.13 28.98 58.16 -
YUV 141.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 246 76 201 0 0.69 0.18 0.04 315.88 0.9 0.63
Hex F6 4C C9 0 45 12 4 13C 5A 3F
Octal 366 114 311 0 105 22 4 474 132 77
Binary 11110110 1001100 11001001 0 1000101 10010 100 100111100 1011010 111111

Color Harmonies of #F64CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CC9

Black with #F64CC9

Text Example


Text Example

White with #F64CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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