Html Css Color HEX #F64FC9 Razzle Dazzle Rose

📋 copy color: '#F64FC9'

red 246 ◦ green 79 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F64FC9

Tints of Razzle Dazzle Rose #F64FC9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.02%

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

R = 46.77%
G = 15.02%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F64FC9 (or 0xF64FC9) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4F and C9. RGB value is (246,79,201). Sum of RGB (Red+Green+Blue) = 246+79+201=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FC9 is #09B036. Grayscale: #8E8E8E. Windows color (decimal): -634935 or 13193206. OLE color: 13193206.

HSL color Cylindrical-coordinate representation of color #F64FC9: hue angle of 316.17º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FC9 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 79 201 -
CMYK 0 0.68 0.18 0.04
HSL 316.17º 0.9% 0.64% -
HSV(B) 316.17º 0.68% 0.96% -
XYZ 51.34 29.4 58.23 -
YUV 142.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 246 79 201 0 0.68 0.18 0.04 316.17 0.9 0.64
Hex F6 4F C9 0 44 12 4 13C 5A 40
Octal 366 117 311 0 104 22 4 474 132 100
Binary 11110110 1001111 11001001 0 1000100 10010 100 100111100 1011010 1000000

Color Harmonies of #F64FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FC9

Black with #F64FC9

Text Example


Text Example

White with #F64FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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