Html Css Color HEX #FE5389 French Rose

📋 copy color: '#FE5389'

red 254 ◦ green 83 ◦ blue 137

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

Shades of French Rose #FE5389

Tints of French Rose #FE5389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.9%

R = 53.59%
G = 17.51%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE5389 (or 0xFE5389) is known color: French Rose. HEX triplet: FE, 53 and 89. RGB value is (254,83,137). Sum of RGB (Red+Green+Blue) = 254+83+137=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5389 is #01AC76. Grayscale: #8C8C8C. Windows color (decimal): -109687 or 8999934. OLE color: 8999934.

HSL color Cylindrical-coordinate representation of color #FE5389: hue angle of 341.05º 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 #FE5389 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 83 137 -
CMYK 0 0.67 0.46 0.00
HSL 341.05º 0.99% 0.66% -
HSV(B) 341.05º 0.67% 1% -
XYZ 48.48 29.06 26.72 -
YUV 140.29 126.15 209.11 -
System Red Green Blue C M Y K H S L
Decimal 254 83 137 0 0.67 0.46 0.00 341.05 0.99 0.66
Hex FE 53 89 0 43 2E 0 155 63 42
Octal 376 123 211 0 103 56 0 525 143 102
Binary 11111110 1010011 10001001 0 1000011 101110 0 101010101 1100011 1000010

Color Harmonies of #FE5389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5389

Black with #FE5389

Text Example


Text Example

White with #FE5389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5389; }

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

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

background-color css

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

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

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

border-color css

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

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

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