Html Css Color HEX #F55487 French Rose

📋 copy color: '#F55487'

red 245 ◦ green 84 ◦ blue 135

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

Shades of French Rose #F55487

Tints of French Rose #F55487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.1%

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

R = 52.8%
G = 18.1%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F55487 (or 0xF55487) is known color: French Rose. HEX triplet: F5, 54 and 87. RGB value is (245,84,135). Sum of RGB (Red+Green+Blue) = 245+84+135=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F55487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55487 is #0AAB78. Grayscale: #898989. Windows color (decimal): -699257 or 8869109. OLE color: 8869109.

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

Color convert

RGB 245 84 135 -
CMYK 0 0.66 0.45 0.04
HSL 340.99º 0.89% 0.65% -
HSV(B) 340.99º 0.66% 0.96% -
XYZ 45.2 27.5 25.85 -
YUV 137.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 245 84 135 0 0.66 0.45 0.04 340.99 0.89 0.65
Hex F5 54 87 0 42 2D 4 155 59 41
Octal 365 124 207 0 102 55 4 525 131 101
Binary 11110101 1010100 10000111 0 1000010 101101 100 101010101 1011001 1000001

Color Harmonies of #F55487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55487

Black with #F55487

Text Example


Text Example

White with #F55487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55487; }

 p { color: rgb(245,84,135); }

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

background-color css

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

 a { background-color: rgb(245,84,135); }

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

border-color css

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

 span { border-color: rgb(245,84,135); }

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