Html Css Color HEX #FE5B90 French Rose

📋 copy color: '#FE5B90'

red 254 ◦ green 91 ◦ blue 144

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

Shades of French Rose #FE5B90

Tints of French Rose #FE5B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.61%

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

R = 51.94%
G = 18.61%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE5B90 (or 0xFE5B90) is known color: French Rose. HEX triplet: FE, 5B and 90. RGB value is (254,91,144). Sum of RGB (Red+Green+Blue) = 254+91+144=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B90 is #01A46F. Grayscale: #919191. Windows color (decimal): -107632 or 9460734. OLE color: 9460734.

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

Color convert

RGB 254 91 144 -
CMYK 0 0.64 0.43 0.00
HSL 340.49º 0.99% 0.68% -
HSV(B) 340.49º 0.64% 1% -
XYZ 49.65 30.57 29.67 -
YUV 145.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 254 91 144 0 0.64 0.43 0.00 340.49 0.99 0.68
Hex FE 5B 90 0 40 2B 0 154 63 44
Octal 376 133 220 0 100 53 0 524 143 104
Binary 11111110 1011011 10010000 0 1000000 101011 0 101010100 1100011 1000100

Color Harmonies of #FE5B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B90

Black with #FE5B90

Text Example


Text Example

White with #FE5B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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