Html Css Color HEX #F64978 French Rose

📋 copy color: '#F64978'

red 246 ◦ green 73 ◦ blue 120

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

Shades of French Rose #F64978

Tints of French Rose #F64978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 56.04%
G = 16.63%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F64978 (or 0xF64978) is known color: French Rose. HEX triplet: F6, 49 and 78. RGB value is (246,73,120). Sum of RGB (Red+Green+Blue) = 246+73+120=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F64978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64978 is #09B687. Grayscale: #828282. Windows color (decimal): -636552 or 7883254. OLE color: 7883254.

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

Color convert

RGB 246 73 120 -
CMYK 0 0.70 0.51 0.04
HSL 343.7º 0.91% 0.63% -
HSV(B) 343.7º 0.7% 0.96% -
XYZ 43.78 25.71 20.43 -
YUV 130.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 246 73 120 0 0.70 0.51 0.04 343.7 0.91 0.63
Hex F6 49 78 0 46 33 4 158 5B 3F
Octal 366 111 170 0 106 63 4 530 133 77
Binary 11110110 1001001 1111000 0 1000110 110011 100 101011000 1011011 111111

Color Harmonies of #F64978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64978

Black with #F64978

Text Example


Text Example

White with #F64978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64978; }

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

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

background-color css

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

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

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

border-color css

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

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

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