Html Css Color HEX #FE5690 French Rose

📋 copy color: '#FE5690'

red 254 ◦ green 86 ◦ blue 144

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

Shades of French Rose #FE5690

Tints of French Rose #FE5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.77%

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

R = 52.48%
G = 17.77%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE5690 (or 0xFE5690) is known color: French Rose. HEX triplet: FE, 56 and 90. RGB value is (254,86,144). Sum of RGB (Red+Green+Blue) = 254+86+144=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5690 is #01A96F. Grayscale: #8E8E8E. Windows color (decimal): -108912 or 9459454. OLE color: 9459454.

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

Color convert

RGB 254 86 144 -
CMYK 0 0.66 0.43 0.00
HSL 339.29º 0.99% 0.67% -
HSV(B) 339.29º 0.66% 1% -
XYZ 49.23 29.74 29.53 -
YUV 142.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 254 86 144 0 0.66 0.43 0.00 339.29 0.99 0.67
Hex FE 56 90 0 42 2B 0 153 63 43
Octal 376 126 220 0 102 53 0 523 143 103
Binary 11111110 1010110 10010000 0 1000010 101011 0 101010011 1100011 1000011

Color Harmonies of #FE5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5690

Black with #FE5690

Text Example


Text Example

White with #FE5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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