Html Css Color HEX #F9558B French Rose

📋 copy color: '#F9558B'

red 249 ◦ green 85 ◦ blue 139

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

Shades of French Rose #F9558B

Tints of French Rose #F9558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 52.64%
G = 17.97%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9558B (or 0xF9558B) is known color: French Rose. HEX triplet: F9, 55 and 8B. RGB value is (249,85,139). Sum of RGB (Red+Green+Blue) = 249+85+139=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9558B is #06AA74. Grayscale: #8C8C8C. Windows color (decimal): -436853 or 9131513. OLE color: 9131513.

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

Color convert

RGB 249 85 139 -
CMYK 0 0.66 0.44 0.02
HSL 340.24º 0.93% 0.65% -
HSV(B) 340.24º 0.66% 0.98% -
XYZ 46.98 28.5 27.45 -
YUV 140.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 249 85 139 0 0.66 0.44 0.02 340.24 0.93 0.65
Hex F9 55 8B 0 42 2C 2 154 5D 41
Octal 371 125 213 0 102 54 2 524 135 101
Binary 11111001 1010101 10001011 0 1000010 101100 10 101010100 1011101 1000001

Color Harmonies of #F9558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9558B

Black with #F9558B

Text Example


Text Example

White with #F9558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9558B; }

 p { color: rgb(249,85,139); }

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

background-color css

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

 a { background-color: rgb(249,85,139); }

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

border-color css

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

 span { border-color: rgb(249,85,139); }

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