Html Css Color HEX #FE598D French Rose

📋 copy color: '#FE598D'

red 254 ◦ green 89 ◦ blue 141

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

Shades of French Rose #FE598D

Tints of French Rose #FE598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.39%

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

R = 52.48%
G = 18.39%
B = 29.13%

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

#FE598D (or 0xFE598D) is known color: French Rose. HEX triplet: FE, 59 and 8D. RGB value is (254,89,141). Sum of RGB (Red+Green+Blue) = 254+89+141=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE598D is #01A672. Grayscale: #909090. Windows color (decimal): -108147 or 9263614. OLE color: 9263614.

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

Color convert

RGB 254 89 141 -
CMYK 0 0.65 0.44 0.00
HSL 341.09º 0.99% 0.67% -
HSV(B) 341.09º 0.65% 1% -
XYZ 49.25 30.14 28.42 -
YUV 144.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 254 89 141 0 0.65 0.44 0.00 341.09 0.99 0.67
Hex FE 59 8D 0 41 2C 0 155 63 43
Octal 376 131 215 0 101 54 0 525 143 103
Binary 11111110 1011001 10001101 0 1000001 101100 0 101010101 1100011 1000011

Color Harmonies of #FE598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE598D

Black with #FE598D

Text Example


Text Example

White with #FE598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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