Html Css Color HEX #FF5387 French Rose

📋 copy color: '#FF5387'

red 255 ◦ green 83 ◦ blue 135

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

Shades of French Rose #FF5387

Tints of French Rose #FF5387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.55%

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

R = 53.91%
G = 17.55%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF5387 (or 0xFF5387) is known color: French Rose. HEX triplet: FF, 53 and 87. RGB value is (255,83,135). Sum of RGB (Red+Green+Blue) = 255+83+135=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5387 is #00AC78. Grayscale: #8C8C8C. Windows color (decimal): -44153 or 8868863. OLE color: 8868863.

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

Color convert

RGB 255 83 135 -
CMYK 0 0.67 0.47 0
HSL 341.86º 1% 0.66% -
HSV(B) 341.86º 0.67% 1% -
XYZ 48.71 29.2 25.99 -
YUV 140.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 255 83 135 0 0.67 0.47 0 341.86 1 0.66
Hex FF 53 87 0 43 2F 0 156 64 42
Octal 377 123 207 0 103 57 0 526 144 102
Binary 11111111 1010011 10000111 0 1000011 101111 0 101010110 1100100 1000010

Color Harmonies of #FF5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5387

Black with #FF5387

Text Example


Text Example

White with #FF5387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5387; }

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

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

background-color css

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

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

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

border-color css

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

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

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