Html Css Color HEX #F64D81 French Rose

📋 copy color: '#F64D81'

red 246 ◦ green 77 ◦ blue 129

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

Shades of French Rose #F64D81

Tints of French Rose #F64D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 54.42%
G = 17.04%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F64D81 (or 0xF64D81) is known color: French Rose. HEX triplet: F6, 4D and 81. RGB value is (246,77,129). Sum of RGB (Red+Green+Blue) = 246+77+129=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D81 is #09B27E. Grayscale: #858585. Windows color (decimal): -635519 or 8474102. OLE color: 8474102.

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

Color convert

RGB 246 77 129 -
CMYK 0 0.69 0.48 0.04
HSL 341.54º 0.9% 0.63% -
HSV(B) 341.54º 0.69% 0.96% -
XYZ 44.62 26.49 23.53 -
YUV 133.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 246 77 129 0 0.69 0.48 0.04 341.54 0.9 0.63
Hex F6 4D 81 0 45 30 4 156 5A 3F
Octal 366 115 201 0 105 60 4 526 132 77
Binary 11110110 1001101 10000001 0 1000101 110000 100 101010110 1011010 111111

Color Harmonies of #F64D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D81

Black with #F64D81

Text Example


Text Example

White with #F64D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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