Html Css Color HEX #FE5287 French Rose

📋 copy color: '#FE5287'

red 254 ◦ green 82 ◦ blue 135

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

Shades of French Rose #FE5287

Tints of French Rose #FE5287

RGB

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

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

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

R = 53.93%
G = 17.41%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE5287 (or 0xFE5287) is known color: French Rose. HEX triplet: FE, 52 and 87. RGB value is (254,82,135). Sum of RGB (Red+Green+Blue) = 254+82+135=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5287 is #01AD78. Grayscale: #8B8B8B. Windows color (decimal): -109945 or 8868606. OLE color: 8868606.

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

Color convert

RGB 254 82 135 -
CMYK 0 0.68 0.47 0.00
HSL 341.51º 0.99% 0.66% -
HSV(B) 341.51º 0.68% 1% -
XYZ 48.26 28.85 25.95 -
YUV 139.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 254 82 135 0 0.68 0.47 0.00 341.51 0.99 0.66
Hex FE 52 87 0 44 2F 0 156 63 42
Octal 376 122 207 0 104 57 0 526 143 102
Binary 11111110 1010010 10000111 0 1000100 101111 0 101010110 1100011 1000010

Color Harmonies of #FE5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5287

Black with #FE5287

Text Example


Text Example

White with #FE5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5287; }

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

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

background-color css

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

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

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

border-color css

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

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

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