Html Css Color HEX #FF5087 French Rose

📋 copy color: '#FF5087'

red 255 ◦ green 80 ◦ blue 135

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

Shades of French Rose #FF5087

Tints of French Rose #FF5087

RGB

 RED value IS 255 (100% from 255) = 54.26%

 GREEN value IS 80 (31.64% from 255) = 17.02%

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

R = 54.26%
G = 17.02%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF5087 (or 0xFF5087) is known color: French Rose. HEX triplet: FF, 50 and 87. RGB value is (255,80,135). Sum of RGB (Red+Green+Blue) = 255+80+135=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5087 is #00AF78. Grayscale: #8A8A8A. Windows color (decimal): -44921 or 8868095. OLE color: 8868095.

HSL color Cylindrical-coordinate representation of color #FF5087: hue angle of 341.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5087 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 135 -
CMYK 0 0.69 0.47 0
HSL 341.14º 1% 0.66% -
HSV(B) 341.14º 0.69% 1% -
XYZ 48.48 28.75 25.92 -
YUV 138.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 255 80 135 0 0.69 0.47 0 341.14 1 0.66
Hex FF 50 87 0 45 2F 0 155 64 42
Octal 377 120 207 0 105 57 0 525 144 102
Binary 11111111 1010000 10000111 0 1000101 101111 0 101010101 1100100 1000010

Color Harmonies of #FF5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5087

Black with #FF5087

Text Example


Text Example

White with #FF5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5087; }

 p { color: rgb(255,80,135); }

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

background-color css

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

 a { background-color: rgb(255,80,135); }

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

border-color css

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

 span { border-color: rgb(255,80,135); }

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