Html Css Color HEX #F9498C French Rose

📋 copy color: '#F9498C'

red 249 ◦ green 73 ◦ blue 140

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

Shades of French Rose #F9498C

Tints of French Rose #F9498C

RGB

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

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

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

R = 53.9%
G = 15.8%
B = 30.3%

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

#F9498C (or 0xF9498C) is known color: French Rose. HEX triplet: F9, 49 and 8C. RGB value is (249,73,140). Sum of RGB (Red+Green+Blue) = 249+73+140=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9498C is #06B673. Grayscale: #858585. Windows color (decimal): -439924 or 9193977. OLE color: 9193977.

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

Color convert

RGB 249 73 140 -
CMYK 0 0.71 0.44 0.02
HSL 337.16º 0.94% 0.63% -
HSV(B) 337.16º 0.71% 0.98% -
XYZ 46.18 26.8 27.55 -
YUV 133.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 249 73 140 0 0.71 0.44 0.02 337.16 0.94 0.63
Hex F9 49 8C 0 47 2C 2 151 5E 3F
Octal 371 111 214 0 107 54 2 521 136 77
Binary 11111001 1001001 10001100 0 1000111 101100 10 101010001 1011110 111111

Color Harmonies of #F9498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9498C

Black with #F9498C

Text Example


Text Example

White with #F9498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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