Html Css Color HEX #F64993 French Rose

📋 copy color: '#F64993'

red 246 ◦ green 73 ◦ blue 147

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

Shades of French Rose #F64993

Tints of French Rose #F64993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.67%

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 52.79%
G = 15.67%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F64993 (or 0xF64993) is known color: French Rose. HEX triplet: F6, 49 and 93. RGB value is (246,73,147). Sum of RGB (Red+Green+Blue) = 246+73+147=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F64993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64993 is #09B66C. Grayscale: #858585. Windows color (decimal): -636525 or 9652726. OLE color: 9652726.

HSL color Cylindrical-coordinate representation of color #F64993: hue angle of 334.34º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64993 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 73 147 -
CMYK 0 0.70 0.40 0.04
HSL 334.34º 0.91% 0.63% -
HSV(B) 334.34º 0.7% 0.96% -
XYZ 45.66 26.46 30.31 -
YUV 133.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 246 73 147 0 0.70 0.40 0.04 334.34 0.91 0.63
Hex F6 49 93 0 46 28 4 14E 5B 3F
Octal 366 111 223 0 106 50 4 516 133 77
Binary 11110110 1001001 10010011 0 1000110 101000 100 101001110 1011011 111111

Color Harmonies of #F64993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64993

Black with #F64993

Text Example


Text Example

White with #F64993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64993; }

 p { color: rgb(246,73,147); }

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

background-color css

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

 a { background-color: rgb(246,73,147); }

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

border-color css

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

 span { border-color: rgb(246,73,147); }

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