Html Css Color HEX #F55786 French Rose

📋 copy color: '#F55786'

red 245 ◦ green 87 ◦ blue 134

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

Shades of French Rose #F55786

Tints of French Rose #F55786

RGB

 RED value IS 245 (96.09% from 255) = 52.58%

 GREEN value IS 87 (34.38% from 255) = 18.67%

 BLUE value IS 134 (52.73% from 255) = 28.76%

R = 52.58%
G = 18.67%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F55786 (or 0xF55786) is known color: French Rose. HEX triplet: F5, 57 and 86. RGB value is (245,87,134). Sum of RGB (Red+Green+Blue) = 245+87+134=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F55786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55786 is #0AA879. Grayscale: #8B8B8B. Windows color (decimal): -698490 or 8804341. OLE color: 8804341.

HSL color Cylindrical-coordinate representation of color #F55786: hue angle of 342.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55786 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 87 134 -
CMYK 0 0.64 0.45 0.04
HSL 342.15º 0.89% 0.65% -
HSV(B) 342.15º 0.64% 0.96% -
XYZ 45.37 27.95 25.56 -
YUV 139.6 124.85 203.18 -
System Red Green Blue C M Y K H S L
Decimal 245 87 134 0 0.64 0.45 0.04 342.15 0.89 0.65
Hex F5 57 86 0 40 2D 4 156 59 41
Octal 365 127 206 0 100 55 4 526 131 101
Binary 11110101 1010111 10000110 0 1000000 101101 100 101010110 1011001 1000001

Color Harmonies of #F55786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55786

Black with #F55786

Text Example


Text Example

White with #F55786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55786; }

 p { color: rgb(245,87,134); }

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

background-color css

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

 a { background-color: rgb(245,87,134); }

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

border-color css

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

 span { border-color: rgb(245,87,134); }

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