Html Css Color HEX #F64D89 French Rose

📋 copy color: '#F64D89'

red 246 ◦ green 77 ◦ blue 137

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

Shades of French Rose #F64D89

Tints of French Rose #F64D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.78%

R = 53.48%
G = 16.74%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F64D89 (or 0xF64D89) is known color: French Rose. HEX triplet: F6, 4D and 89. RGB value is (246,77,137). Sum of RGB (Red+Green+Blue) = 246+77+137=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D89 is #09B276. Grayscale: #868686. Windows color (decimal): -635511 or 8998390. OLE color: 8998390.

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

Color convert

RGB 246 77 137 -
CMYK 0 0.69 0.44 0.04
HSL 338.7º 0.9% 0.63% -
HSV(B) 338.7º 0.69% 0.96% -
XYZ 45.18 26.71 26.44 -
YUV 134.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 246 77 137 0 0.69 0.44 0.04 338.7 0.9 0.63
Hex F6 4D 89 0 45 2C 4 153 5A 3F
Octal 366 115 211 0 105 54 4 523 132 77
Binary 11110110 1001101 10001001 0 1000101 101100 100 101010011 1011010 111111

Color Harmonies of #F64D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D89

Black with #F64D89

Text Example


Text Example

White with #F64D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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