Html Css Color HEX #F9498A French Rose

📋 copy color: '#F9498A'

red 249 ◦ green 73 ◦ blue 138

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

Shades of French Rose #F9498A

Tints of French Rose #F9498A

RGB

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

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

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

R = 54.13%
G = 15.87%
B = 30%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9498A (or 0xF9498A) is known color: French Rose. HEX triplet: F9, 49 and 8A. RGB value is (249,73,138). Sum of RGB (Red+Green+Blue) = 249+73+138=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9498A is #06B675. Grayscale: #848484. Windows color (decimal): -439926 or 9062905. OLE color: 9062905.

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

Color convert

RGB 249 73 138 -
CMYK 0 0.71 0.45 0.02
HSL 337.84º 0.94% 0.63% -
HSV(B) 337.84º 0.71% 0.98% -
XYZ 46.04 26.74 26.78 -
YUV 133.03 130.81 210.71 -
System Red Green Blue C M Y K H S L
Decimal 249 73 138 0 0.71 0.45 0.02 337.84 0.94 0.63
Hex F9 49 8A 0 47 2D 2 152 5E 3F
Octal 371 111 212 0 107 55 2 522 136 77
Binary 11111001 1001001 10001010 0 1000111 101101 10 101010010 1011110 111111

Color Harmonies of #F9498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9498A

Black with #F9498A

Text Example


Text Example

White with #F9498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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