Html Css Color HEX #FE588D French Rose

📋 copy color: '#FE588D'

red 254 ◦ green 88 ◦ blue 141

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

Shades of French Rose #FE588D

Tints of French Rose #FE588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.22%

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 52.59%
G = 18.22%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE588D (or 0xFE588D) is known color: French Rose. HEX triplet: FE, 58 and 8D. RGB value is (254,88,141). Sum of RGB (Red+Green+Blue) = 254+88+141=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE588D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE588D is #01A772. Grayscale: #8F8F8F. Windows color (decimal): -108403 or 9263358. OLE color: 9263358.

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

Color convert

RGB 254 88 141 -
CMYK 0 0.65 0.44 0.00
HSL 340.84º 0.99% 0.67% -
HSV(B) 340.84º 0.65% 1% -
XYZ 49.17 29.97 28.39 -
YUV 143.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 254 88 141 0 0.65 0.44 0.00 340.84 0.99 0.67
Hex FE 58 8D 0 41 2C 0 155 63 43
Octal 376 130 215 0 101 54 0 525 143 103
Binary 11111110 1011000 10001101 0 1000001 101100 0 101010101 1100011 1000011

Color Harmonies of #FE588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE588D

Black with #FE588D

Text Example


Text Example

White with #FE588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE588D; }

 p { color: rgb(254,88,141); }

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

background-color css

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

 a { background-color: rgb(254,88,141); }

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

border-color css

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

 span { border-color: rgb(254,88,141); }

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