Html Css Color HEX #FE5A92 French Rose

📋 copy color: '#FE5A92'

red 254 ◦ green 90 ◦ blue 146

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

Shades of French Rose #FE5A92

Tints of French Rose #FE5A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.37%

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

R = 51.84%
G = 18.37%
B = 29.8%

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

#FE5A92 (or 0xFE5A92) is known color: French Rose. HEX triplet: FE, 5A and 92. RGB value is (254,90,146). Sum of RGB (Red+Green+Blue) = 254+90+146=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5A92 is #01A56D. Grayscale: #919191. Windows color (decimal): -107886 or 9591550. OLE color: 9591550.

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

Color convert

RGB 254 90 146 -
CMYK 0 0.65 0.43 0.00
HSL 339.51º 0.99% 0.67% -
HSV(B) 339.51º 0.65% 1% -
XYZ 49.72 30.46 30.45 -
YUV 145.42 128.33 205.45 -
System Red Green Blue C M Y K H S L
Decimal 254 90 146 0 0.65 0.43 0.00 339.51 0.99 0.67
Hex FE 5A 92 0 41 2B 0 154 63 43
Octal 376 132 222 0 101 53 0 524 143 103
Binary 11111110 1011010 10010010 0 1000001 101011 0 101010100 1100011 1000011

Color Harmonies of #FE5A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A92

Black with #FE5A92

Text Example


Text Example

White with #FE5A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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