Html Css Color HEX #F64D87 French Rose

📋 copy color: '#F64D87'

red 246 ◦ green 77 ◦ blue 135

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

Shades of French Rose #F64D87

Tints of French Rose #F64D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 53.71%
G = 16.81%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F64D87 (or 0xF64D87) is known color: French Rose. HEX triplet: F6, 4D and 87. RGB value is (246,77,135). Sum of RGB (Red+Green+Blue) = 246+77+135=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D87 is #09B278. Grayscale: #868686. Windows color (decimal): -635513 or 8867318. OLE color: 8867318.

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

Color convert

RGB 246 77 135 -
CMYK 0 0.69 0.45 0.04
HSL 339.41º 0.9% 0.63% -
HSV(B) 339.41º 0.69% 0.96% -
XYZ 45.03 26.65 25.69 -
YUV 134.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 246 77 135 0 0.69 0.45 0.04 339.41 0.9 0.63
Hex F6 4D 87 0 45 2D 4 153 5A 3F
Octal 366 115 207 0 105 55 4 523 132 77
Binary 11110110 1001101 10000111 0 1000101 101101 100 101010011 1011010 111111

Color Harmonies of #F64D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D87

Black with #F64D87

Text Example


Text Example

White with #F64D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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