Html Css Color HEX #FF5287 French Rose

📋 copy color: '#FF5287'

red 255 ◦ green 82 ◦ blue 135

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

Shades of French Rose #FF5287

Tints of French Rose #FF5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.37%

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

R = 54.03%
G = 17.37%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF5287 (or 0xFF5287) is known color: French Rose. HEX triplet: FF, 52 and 87. RGB value is (255,82,135). Sum of RGB (Red+Green+Blue) = 255+82+135=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5287 is #00AD78. Grayscale: #8B8B8B. Windows color (decimal): -44409 or 8868607. OLE color: 8868607.

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

Color convert

RGB 255 82 135 -
CMYK 0 0.68 0.47 0
HSL 341.62º 1% 0.66% -
HSV(B) 341.62º 0.68% 1% -
XYZ 48.63 29.04 25.96 -
YUV 139.77 125.31 210.19 -
System Red Green Blue C M Y K H S L
Decimal 255 82 135 0 0.68 0.47 0 341.62 1 0.66
Hex FF 52 87 0 44 2F 0 156 64 42
Octal 377 122 207 0 104 57 0 526 144 102
Binary 11111111 1010010 10000111 0 1000100 101111 0 101010110 1100100 1000010

Color Harmonies of #FF5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5287

Black with #FF5287

Text Example


Text Example

White with #FF5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5287; }

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

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

background-color css

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

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

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

border-color css

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

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

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