Html Css Color HEX #FE5088 French Rose

📋 copy color: '#FE5088'

red 254 ◦ green 80 ◦ blue 136

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

Shades of French Rose #FE5088

Tints of French Rose #FE5088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.02%

 BLUE value IS 136 (53.52% from 255) = 28.94%

R = 54.04%
G = 17.02%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE5088 (or 0xFE5088) is known color: French Rose. HEX triplet: FE, 50 and 88. RGB value is (254,80,136). Sum of RGB (Red+Green+Blue) = 254+80+136=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5088 is #01AF77. Grayscale: #8A8A8A. Windows color (decimal): -110456 or 8933630. OLE color: 8933630.

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

Color convert

RGB 254 80 136 -
CMYK 0 0.69 0.46 0.00
HSL 340.69º 0.99% 0.65% -
HSV(B) 340.69º 0.69% 1% -
XYZ 48.19 28.59 26.27 -
YUV 138.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 254 80 136 0 0.69 0.46 0.00 340.69 0.99 0.65
Hex FE 50 88 0 45 2E 0 155 63 41
Octal 376 120 210 0 105 56 0 525 143 101
Binary 11111110 1010000 10001000 0 1000101 101110 0 101010101 1100011 1000001

Color Harmonies of #FE5088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5088

Black with #FE5088

Text Example


Text Example

White with #FE5088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5088; }

 p { color: rgb(254,80,136); }

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

background-color css

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

 a { background-color: rgb(254,80,136); }

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

border-color css

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

 span { border-color: rgb(254,80,136); }

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