Html Css Color HEX #F64DC2 Razzle Dazzle Rose

📋 copy color: '#F64DC2'

red 246 ◦ green 77 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F64DC2

Tints of Razzle Dazzle Rose #F64DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 47.58%
G = 14.89%
B = 37.52%

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

#F64DC2 (or 0xF64DC2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and C2. RGB value is (246,77,194). Sum of RGB (Red+Green+Blue) = 246+77+194=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DC2 is #09B23D. Grayscale: #8C8C8C. Windows color (decimal): -635454 or 12733942. OLE color: 12733942.

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

Color convert

RGB 246 77 194 -
CMYK 0 0.69 0.21 0.04
HSL 318.46º 0.9% 0.63% -
HSV(B) 318.46º 0.69% 0.96% -
XYZ 50.4 28.8 53.94 -
YUV 140.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 246 77 194 0 0.69 0.21 0.04 318.46 0.9 0.63
Hex F6 4D C2 0 45 15 4 13E 5A 3F
Octal 366 115 302 0 105 25 4 476 132 77
Binary 11110110 1001101 11000010 0 1000101 10101 100 100111110 1011010 111111

Color Harmonies of #F64DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DC2

Black with #F64DC2

Text Example


Text Example

White with #F64DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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