Html Css Color HEX #F9498B French Rose

📋 copy color: '#F9498B'

red 249 ◦ green 73 ◦ blue 139

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

Shades of French Rose #F9498B

Tints of French Rose #F9498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.84%

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

R = 54.01%
G = 15.84%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9498B (or 0xF9498B) is known color: French Rose. HEX triplet: F9, 49 and 8B. RGB value is (249,73,139). Sum of RGB (Red+Green+Blue) = 249+73+139=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9498B is #06B674. Grayscale: #858585. Windows color (decimal): -439925 or 9128441. OLE color: 9128441.

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

Color convert

RGB 249 73 139 -
CMYK 0 0.71 0.44 0.02
HSL 337.5º 0.94% 0.63% -
HSV(B) 337.5º 0.71% 0.98% -
XYZ 46.11 26.77 27.16 -
YUV 133.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 249 73 139 0 0.71 0.44 0.02 337.5 0.94 0.63
Hex F9 49 8B 0 47 2C 2 152 5E 3F
Octal 371 111 213 0 107 54 2 522 136 77
Binary 11111001 1001001 10001011 0 1000111 101100 10 101010010 1011110 111111

Color Harmonies of #F9498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9498B

Black with #F9498B

Text Example


Text Example

White with #F9498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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