Html Css Color HEX #FE5391 French Rose

📋 copy color: '#FE5391'

red 254 ◦ green 83 ◦ blue 145

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

Shades of French Rose #FE5391

Tints of French Rose #FE5391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 52.7%
G = 17.22%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE5391 (or 0xFE5391) is known color: French Rose. HEX triplet: FE, 53 and 91. RGB value is (254,83,145). Sum of RGB (Red+Green+Blue) = 254+83+145=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5391 is #01AC6E. Grayscale: #8D8D8D. Windows color (decimal): -109679 or 9524222. OLE color: 9524222.

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

Color convert

RGB 254 83 145 -
CMYK 0 0.67 0.43 0.00
HSL 338.25º 0.99% 0.66% -
HSV(B) 338.25º 0.67% 1% -
XYZ 49.08 29.3 29.86 -
YUV 141.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 254 83 145 0 0.67 0.43 0.00 338.25 0.99 0.66
Hex FE 53 91 0 43 2B 0 152 63 42
Octal 376 123 221 0 103 53 0 522 143 102
Binary 11111110 1010011 10010001 0 1000011 101011 0 101010010 1100011 1000010

Color Harmonies of #FE5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5391

Black with #FE5391

Text Example


Text Example

White with #FE5391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5391; }

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

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

background-color css

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

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

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

border-color css

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

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

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