Html Css Color HEX #FE5387 French Rose

📋 copy color: '#FE5387'

red 254 ◦ green 83 ◦ blue 135

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

Shades of French Rose #FE5387

Tints of French Rose #FE5387

RGB

 RED value IS 254 (99.61% from 255) = 53.81%

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

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

R = 53.81%
G = 17.58%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE5387 (or 0xFE5387) is known color: French Rose. HEX triplet: FE, 53 and 87. RGB value is (254,83,135). Sum of RGB (Red+Green+Blue) = 254+83+135=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5387 is #01AC78. Grayscale: #8C8C8C. Windows color (decimal): -109689 or 8868862. OLE color: 8868862.

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

Color convert

RGB 254 83 135 -
CMYK 0 0.67 0.47 0.00
HSL 341.75º 0.99% 0.66% -
HSV(B) 341.75º 0.67% 1% -
XYZ 48.34 29.01 25.97 -
YUV 140.06 125.15 209.27 -
System Red Green Blue C M Y K H S L
Decimal 254 83 135 0 0.67 0.47 0.00 341.75 0.99 0.66
Hex FE 53 87 0 43 2F 0 156 63 42
Octal 376 123 207 0 103 57 0 526 143 102
Binary 11111110 1010011 10000111 0 1000011 101111 0 101010110 1100011 1000010

Color Harmonies of #FE5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5387

Black with #FE5387

Text Example


Text Example

White with #FE5387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5387; }

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

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

background-color css

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

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

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

border-color css

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

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

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