Html Css Color HEX #F9495B Radical Red

📋 copy color: '#F9495B'

red 249 ◦ green 73 ◦ blue 91

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

Shades of Radical Red #F9495B

Tints of Radical Red #F9495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.03%

R = 60.29%
G = 17.68%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9495B (or 0xF9495B) is known color: Radical Red. HEX triplet: F9, 49 and 5B. RGB value is (249,73,91). Sum of RGB (Red+Green+Blue) = 249+73+91=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9495B is #06B6A4. Grayscale: #7F7F7F. Windows color (decimal): -439973 or 5982713. OLE color: 5982713.

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

Color convert

RGB 249 73 91 -
CMYK 0 0.71 0.63 0.02
HSL 353.86º 0.94% 0.63% -
HSV(B) 353.86º 0.71% 0.98% -
XYZ 43.34 25.66 12.57 -
YUV 127.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 249 73 91 0 0.71 0.63 0.02 353.86 0.94 0.63
Hex F9 49 5B 0 47 3F 2 162 5E 3F
Octal 371 111 133 0 107 77 2 542 136 77
Binary 11111001 1001001 1011011 0 1000111 111111 10 101100010 1011110 111111

Color Harmonies of #F9495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9495B

Black with #F9495B

Text Example


Text Example

White with #F9495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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