Html Css Color HEX #F64DCC Razzle Dazzle Rose

📋 copy color: '#F64DCC'

red 246 ◦ green 77 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F64DCC

Tints of Razzle Dazzle Rose #F64DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.61%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 46.68%
G = 14.61%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F64DCC (or 0xF64DCC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and CC. RGB value is (246,77,204). Sum of RGB (Red+Green+Blue) = 246+77+204=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DCC is #09B233. Grayscale: #8D8D8D. Windows color (decimal): -635444 or 13389302. OLE color: 13389302.

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

Color convert

RGB 246 77 204 -
CMYK 0 0.69 0.17 0.04
HSL 314.91º 0.9% 0.63% -
HSV(B) 314.91º 0.69% 0.96% -
XYZ 51.56 29.26 60.06 -
YUV 142.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 246 77 204 0 0.69 0.17 0.04 314.91 0.9 0.63
Hex F6 4D CC 0 45 11 4 13B 5A 3F
Octal 366 115 314 0 105 21 4 473 132 77
Binary 11110110 1001101 11001100 0 1000101 10001 100 100111011 1011010 111111

Color Harmonies of #F64DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DCC

Black with #F64DCC

Text Example


Text Example

White with #F64DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DCC; }

 p { color: rgb(246,77,204); }

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

background-color css

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

 a { background-color: rgb(246,77,204); }

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

border-color css

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

 span { border-color: rgb(246,77,204); }

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