Html Css Color HEX #F64DC9 Razzle Dazzle Rose

📋 copy color: '#F64DC9'

red 246 ◦ green 77 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F64DC9

Tints of Razzle Dazzle Rose #F64DC9

RGB

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

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

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

R = 46.95%
G = 14.69%
B = 38.36%

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

#F64DC9 (or 0xF64DC9) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and C9. RGB value is (246,77,201). Sum of RGB (Red+Green+Blue) = 246+77+201=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DC9 is #09B236. Grayscale: #8D8D8D. Windows color (decimal): -635447 or 13192694. OLE color: 13192694.

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

Color convert

RGB 246 77 201 -
CMYK 0 0.69 0.18 0.04
HSL 315.98º 0.9% 0.63% -
HSV(B) 315.98º 0.69% 0.96% -
XYZ 51.2 29.12 58.18 -
YUV 141.67 161.49 202.42 -
System Red Green Blue C M Y K H S L
Decimal 246 77 201 0 0.69 0.18 0.04 315.98 0.9 0.63
Hex F6 4D C9 0 45 12 4 13C 5A 3F
Octal 366 115 311 0 105 22 4 474 132 77
Binary 11110110 1001101 11001001 0 1000101 10010 100 100111100 1011010 111111

Color Harmonies of #F64DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DC9

Black with #F64DC9

Text Example


Text Example

White with #F64DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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