Html Css Color HEX #F9498E French Rose

📋 copy color: '#F9498E'

red 249 ◦ green 73 ◦ blue 142

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

Shades of French Rose #F9498E

Tints of French Rose #F9498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 53.66%
G = 15.73%
B = 30.6%

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

#F9498E (or 0xF9498E) is known color: French Rose. HEX triplet: F9, 49 and 8E. RGB value is (249,73,142). Sum of RGB (Red+Green+Blue) = 249+73+142=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F9498E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9498E is #06B671. Grayscale: #858585. Windows color (decimal): -439922 or 9325049. OLE color: 9325049.

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

Color convert

RGB 249 73 142 -
CMYK 0 0.71 0.43 0.02
HSL 336.48º 0.94% 0.63% -
HSV(B) 336.48º 0.71% 0.98% -
XYZ 46.33 26.86 28.33 -
YUV 133.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 249 73 142 0 0.71 0.43 0.02 336.48 0.94 0.63
Hex F9 49 8E 0 47 2B 2 150 5E 3F
Octal 371 111 216 0 107 53 2 520 136 77
Binary 11111001 1001001 10001110 0 1000111 101011 10 101010000 1011110 111111

Color Harmonies of #F9498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9498E

Black with #F9498E

Text Example


Text Example

White with #F9498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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