Html Css Color HEX #FE5990 French Rose

📋 copy color: '#FE5990'

red 254 ◦ green 89 ◦ blue 144

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

Shades of French Rose #FE5990

Tints of French Rose #FE5990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.28%

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 52.16%
G = 18.28%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE5990 (or 0xFE5990) is known color: French Rose. HEX triplet: FE, 59 and 90. RGB value is (254,89,144). Sum of RGB (Red+Green+Blue) = 254+89+144=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5990 is #01A66F. Grayscale: #909090. Windows color (decimal): -108144 or 9460222. OLE color: 9460222.

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

Color convert

RGB 254 89 144 -
CMYK 0 0.65 0.43 0.00
HSL 340º 0.99% 0.67% -
HSV(B) 340º 0.65% 1% -
XYZ 49.48 30.23 29.61 -
YUV 144.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 254 89 144 0 0.65 0.43 0.00 340 0.99 0.67
Hex FE 59 90 0 41 2B 0 154 63 43
Octal 376 131 220 0 101 53 0 524 143 103
Binary 11111110 1011001 10010000 0 1000001 101011 0 101010100 1100011 1000011

Color Harmonies of #FE5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5990

Black with #FE5990

Text Example


Text Example

White with #FE5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5990; }

 p { color: rgb(254,89,144); }

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

background-color css

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

 a { background-color: rgb(254,89,144); }

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

border-color css

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

 span { border-color: rgb(254,89,144); }

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