Html Css Color HEX #FE5992 French Rose

📋 copy color: '#FE5992'

red 254 ◦ green 89 ◦ blue 146

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

Shades of French Rose #FE5992

Tints of French Rose #FE5992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 51.94%
G = 18.2%
B = 29.86%

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

#FE5992 (or 0xFE5992) is known color: French Rose. HEX triplet: FE, 59 and 92. RGB value is (254,89,146). Sum of RGB (Red+Green+Blue) = 254+89+146=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5992 is #01A66D. Grayscale: #909090. Windows color (decimal): -108142 or 9591294. OLE color: 9591294.

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

Color convert

RGB 254 89 146 -
CMYK 0 0.65 0.43 0.00
HSL 339.27º 0.99% 0.67% -
HSV(B) 339.27º 0.65% 1% -
XYZ 49.63 30.29 30.42 -
YUV 144.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 254 89 146 0 0.65 0.43 0.00 339.27 0.99 0.67
Hex FE 59 92 0 41 2B 0 153 63 43
Octal 376 131 222 0 101 53 0 523 143 103
Binary 11111110 1011001 10010010 0 1000001 101011 0 101010011 1100011 1000011

Color Harmonies of #FE5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5992

Black with #FE5992

Text Example


Text Example

White with #FE5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5992; }

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

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

background-color css

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

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

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

border-color css

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

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

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