Html Css Color HEX #F64DC4 Razzle Dazzle Rose

📋 copy color: '#F64DC4'

red 246 ◦ green 77 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F64DC4

Tints of Razzle Dazzle Rose #F64DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.76%

R = 47.4%
G = 14.84%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F64DC4 (or 0xF64DC4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and C4. RGB value is (246,77,196). Sum of RGB (Red+Green+Blue) = 246+77+196=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DC4 is #09B23B. Grayscale: #8C8C8C. Windows color (decimal): -635452 or 12865014. OLE color: 12865014.

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

Color convert

RGB 246 77 196 -
CMYK 0 0.69 0.20 0.04
HSL 317.75º 0.9% 0.63% -
HSV(B) 317.75º 0.69% 0.96% -
XYZ 50.62 28.89 55.13 -
YUV 141.1 158.99 202.82 -
System Red Green Blue C M Y K H S L
Decimal 246 77 196 0 0.69 0.20 0.04 317.75 0.9 0.63
Hex F6 4D C4 0 45 14 4 13E 5A 3F
Octal 366 115 304 0 105 24 4 476 132 77
Binary 11110110 1001101 11000100 0 1000101 10100 100 100111110 1011010 111111

Color Harmonies of #F64DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DC4

Black with #F64DC4

Text Example


Text Example

White with #F64DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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