Html Css Color HEX #FE5390 French Rose

📋 copy color: '#FE5390'

red 254 ◦ green 83 ◦ blue 144

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

Shades of French Rose #FE5390

Tints of French Rose #FE5390

RGB

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

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

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

R = 52.81%
G = 17.26%
B = 29.94%

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

#FE5390 (or 0xFE5390) is known color: French Rose. HEX triplet: FE, 53 and 90. RGB value is (254,83,144). Sum of RGB (Red+Green+Blue) = 254+83+144=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5390 is #01AC6F. Grayscale: #8D8D8D. Windows color (decimal): -109680 or 9458686. OLE color: 9458686.

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

Color convert

RGB 254 83 144 -
CMYK 0 0.67 0.43 0.00
HSL 338.6º 0.99% 0.66% -
HSV(B) 338.6º 0.67% 1% -
XYZ 49 29.27 29.45 -
YUV 141.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 254 83 144 0 0.67 0.43 0.00 338.6 0.99 0.66
Hex FE 53 90 0 43 2B 0 153 63 42
Octal 376 123 220 0 103 53 0 523 143 102
Binary 11111110 1010011 10010000 0 1000011 101011 0 101010011 1100011 1000010

Color Harmonies of #FE5390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5390

Black with #FE5390

Text Example


Text Example

White with #FE5390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5390; }

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

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

background-color css

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

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

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

border-color css

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

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

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