Html Css Color HEX #F9304F Radical Red

📋 copy color: '#F9304F'

red 249 ◦ green 48 ◦ blue 79

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

Shades of Radical Red #F9304F

Tints of Radical Red #F9304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.77%

 BLUE value IS 79 (31.25% from 255) = 21.01%

R = 66.22%
G = 12.77%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F9304F (or 0xF9304F) is known color: Radical Red. HEX triplet: F9, 30 and 4F. RGB value is (249,48,79). Sum of RGB (Red+Green+Blue) = 249+48+79=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9304F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9304F is #06CFB0. Grayscale: #6F6F6F. Windows color (decimal): -446385 or 5189881. OLE color: 5189881.

HSL color Cylindrical-coordinate representation of color #F9304F: hue angle of 350.75º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9304F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 48 79 -
CMYK 0 0.81 0.68 0.02
HSL 350.75º 0.94% 0.58% -
HSV(B) 350.75º 0.81% 0.98% -
XYZ 41.54 22.82 9.61 -
YUV 111.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 249 48 79 0 0.81 0.68 0.02 350.75 0.94 0.58
Hex F9 30 4F 0 51 44 2 15F 5E 3A
Octal 371 60 117 0 121 104 2 537 136 72
Binary 11111001 110000 1001111 0 1010001 1000100 10 101011111 1011110 111010

Color Harmonies of #F9304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9304F

Black with #F9304F

Text Example


Text Example

White with #F9304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9304F; }

 p { color: rgb(249,48,79); }

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

background-color css

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

 a { background-color: rgb(249,48,79); }

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

border-color css

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

 span { border-color: rgb(249,48,79); }

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