Html Css Color HEX #F64DCD Razzle Dazzle Rose

📋 copy color: '#F64DCD'

red 246 ◦ green 77 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F64DCD

Tints of Razzle Dazzle Rose #F64DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 46.59%
G = 14.58%
B = 38.83%

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

#F64DCD (or 0xF64DCD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and CD. RGB value is (246,77,205). Sum of RGB (Red+Green+Blue) = 246+77+205=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DCD is #09B232. Grayscale: #8D8D8D. Windows color (decimal): -635443 or 13454838. OLE color: 13454838.

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

Color convert

RGB 246 77 205 -
CMYK 0 0.69 0.17 0.04
HSL 314.56º 0.9% 0.63% -
HSV(B) 314.56º 0.69% 0.96% -
XYZ 51.68 29.31 60.69 -
YUV 142.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 246 77 205 0 0.69 0.17 0.04 314.56 0.9 0.63
Hex F6 4D CD 0 45 11 4 13B 5A 3F
Octal 366 115 315 0 105 21 4 473 132 77
Binary 11110110 1001101 11001101 0 1000101 10001 100 100111011 1011010 111111

Color Harmonies of #F64DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DCD

Black with #F64DCD

Text Example


Text Example

White with #F64DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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