Html Css Color HEX #F9558A French Rose

📋 copy color: '#F9558A'

red 249 ◦ green 85 ◦ blue 138

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

Shades of French Rose #F9558A

Tints of French Rose #F9558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 52.75%
G = 18.01%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9558A (or 0xF9558A) is known color: French Rose. HEX triplet: F9, 55 and 8A. RGB value is (249,85,138). Sum of RGB (Red+Green+Blue) = 249+85+138=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9558A is #06AA75. Grayscale: #8C8C8C. Windows color (decimal): -436854 or 9065977. OLE color: 9065977.

HSL color Cylindrical-coordinate representation of color #F9558A: hue angle of 340.61º 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 #F9558A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 85 138 -
CMYK 0 0.66 0.45 0.02
HSL 340.61º 0.93% 0.65% -
HSV(B) 340.61º 0.66% 0.98% -
XYZ 46.9 28.47 27.07 -
YUV 140.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 249 85 138 0 0.66 0.45 0.02 340.61 0.93 0.65
Hex F9 55 8A 0 42 2D 2 155 5D 41
Octal 371 125 212 0 102 55 2 525 135 101
Binary 11111001 1010101 10001010 0 1000010 101101 10 101010101 1011101 1000001

Color Harmonies of #F9558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9558A

Black with #F9558A

Text Example


Text Example

White with #F9558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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