Html Css Color HEX #F64DC3 Razzle Dazzle Rose

📋 copy color: '#F64DC3'

red 246 ◦ green 77 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F64DC3

Tints of Razzle Dazzle Rose #F64DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.64%

R = 47.49%
G = 14.86%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F64DC3 (or 0xF64DC3) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and C3. RGB value is (246,77,195). Sum of RGB (Red+Green+Blue) = 246+77+195=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DC3 is #09B23C. Grayscale: #8C8C8C. Windows color (decimal): -635453 or 12799478. OLE color: 12799478.

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

Color convert

RGB 246 77 195 -
CMYK 0 0.69 0.21 0.04
HSL 318.11º 0.9% 0.63% -
HSV(B) 318.11º 0.69% 0.96% -
XYZ 50.51 28.84 54.53 -
YUV 140.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 246 77 195 0 0.69 0.21 0.04 318.11 0.9 0.63
Hex F6 4D C3 0 45 15 4 13E 5A 3F
Octal 366 115 303 0 105 25 4 476 132 77
Binary 11110110 1001101 11000011 0 1000101 10101 100 100111110 1011010 111111

Color Harmonies of #F64DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DC3

Black with #F64DC3

Text Example


Text Example

White with #F64DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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