Html Css Color HEX #F9494C Radical Red

📋 copy color: '#F9494C'

red 249 ◦ green 73 ◦ blue 76

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

Shades of Radical Red #F9494C

Tints of Radical Red #F9494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 62.56%
G = 18.34%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9494C (or 0xF9494C) is known color: Radical Red. HEX triplet: F9, 49 and 4C. RGB value is (249,73,76). Sum of RGB (Red+Green+Blue) = 249+73+76=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9494C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9494C is #06B6B3. Grayscale: #7E7E7E. Windows color (decimal): -439988 or 4999673. OLE color: 4999673.

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

Color convert

RGB 249 73 76 -
CMYK 0 0.71 0.69 0.02
HSL 358.98º 0.94% 0.63% -
HSV(B) 358.98º 0.71% 0.98% -
XYZ 42.75 25.43 9.49 -
YUV 125.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 249 73 76 0 0.71 0.69 0.02 358.98 0.94 0.63
Hex F9 49 4C 0 47 45 2 167 5E 3F
Octal 371 111 114 0 107 105 2 547 136 77
Binary 11111001 1001001 1001100 0 1000111 1000101 10 101100111 1011110 111111

Color Harmonies of #F9494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9494C

Black with #F9494C

Text Example


Text Example

White with #F9494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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