Html Css Color HEX #F64A80 French Rose

📋 copy color: '#F64A80'

red 246 ◦ green 74 ◦ blue 128

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

Shades of French Rose #F64A80

Tints of French Rose #F64A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.52%

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 54.91%
G = 16.52%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F64A80 (or 0xF64A80) is known color: French Rose. HEX triplet: F6, 4A and 80. RGB value is (246,74,128). Sum of RGB (Red+Green+Blue) = 246+74+128=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64A80 is #09B57F. Grayscale: #838383. Windows color (decimal): -636288 or 8407798. OLE color: 8407798.

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

Color convert

RGB 246 74 128 -
CMYK 0 0.70 0.48 0.04
HSL 341.16º 0.91% 0.63% -
HSV(B) 341.16º 0.7% 0.96% -
XYZ 44.35 26.05 23.11 -
YUV 131.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 246 74 128 0 0.70 0.48 0.04 341.16 0.91 0.63
Hex F6 4A 80 0 46 30 4 155 5B 3F
Octal 366 112 200 0 106 60 4 525 133 77
Binary 11110110 1001010 10000000 0 1000110 110000 100 101010101 1011011 111111

Color Harmonies of #F64A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64A80

Black with #F64A80

Text Example


Text Example

White with #F64A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64A80; }

 p { color: rgb(246,74,128); }

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

background-color css

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

 a { background-color: rgb(246,74,128); }

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

border-color css

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

 span { border-color: rgb(246,74,128); }

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