Html Css Color HEX #F9498D French Rose

📋 copy color: '#F9498D'

red 249 ◦ green 73 ◦ blue 141

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

Shades of French Rose #F9498D

Tints of French Rose #F9498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 53.78%
G = 15.77%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9498D (or 0xF9498D) is known color: French Rose. HEX triplet: F9, 49 and 8D. RGB value is (249,73,141). Sum of RGB (Red+Green+Blue) = 249+73+141=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F9498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9498D is #06B672. Grayscale: #858585. Windows color (decimal): -439923 or 9259513. OLE color: 9259513.

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

Color convert

RGB 249 73 141 -
CMYK 0 0.71 0.43 0.02
HSL 336.82º 0.94% 0.63% -
HSV(B) 336.82º 0.71% 0.98% -
XYZ 46.26 26.83 27.94 -
YUV 133.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 249 73 141 0 0.71 0.43 0.02 336.82 0.94 0.63
Hex F9 49 8D 0 47 2B 2 151 5E 3F
Octal 371 111 215 0 107 53 2 521 136 77
Binary 11111001 1001001 10001101 0 1000111 101011 10 101010001 1011110 111111

Color Harmonies of #F9498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9498D

Black with #F9498D

Text Example


Text Example

White with #F9498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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