Html Css Color HEX #F9588C French Rose

📋 copy color: '#F9588C'

red 249 ◦ green 88 ◦ blue 140

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

Shades of French Rose #F9588C

Tints of French Rose #F9588C

RGB

 RED value IS 249 (97.66% from 255) = 52.2%

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

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 52.2%
G = 18.45%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9588C (or 0xF9588C) is known color: French Rose. HEX triplet: F9, 58 and 8C. RGB value is (249,88,140). Sum of RGB (Red+Green+Blue) = 249+88+140=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9588C is #06A773. Grayscale: #8E8E8E. Windows color (decimal): -436084 or 9197817. OLE color: 9197817.

HSL color Cylindrical-coordinate representation of color #F9588C: hue angle of 340.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9588C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 88 140 -
CMYK 0 0.65 0.44 0.02
HSL 340.62º 0.93% 0.66% -
HSV(B) 340.62º 0.65% 0.98% -
XYZ 47.29 29.01 27.92 -
YUV 142.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 249 88 140 0 0.65 0.44 0.02 340.62 0.93 0.66
Hex F9 58 8C 0 41 2C 2 155 5D 42
Octal 371 130 214 0 101 54 2 525 135 102
Binary 11111001 1011000 10001100 0 1000001 101100 10 101010101 1011101 1000010

Color Harmonies of #F9588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9588C

Black with #F9588C

Text Example


Text Example

White with #F9588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9588C; }

 p { color: rgb(249,88,140); }

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

background-color css

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

 a { background-color: rgb(249,88,140); }

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

border-color css

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

 span { border-color: rgb(249,88,140); }

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