Html Css Color HEX #F9364A Radical Red

📋 copy color: '#F9364A'

red 249 ◦ green 54 ◦ blue 74

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

Shades of Radical Red #F9364A

Tints of Radical Red #F9364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.32%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 66.05%
G = 14.32%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9364A (or 0xF9364A) is known color: Radical Red. HEX triplet: F9, 36 and 4A. RGB value is (249,54,74). Sum of RGB (Red+Green+Blue) = 249+54+74=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9364A is #06C9B5. Grayscale: #727272. Windows color (decimal): -444854 or 4863737. OLE color: 4863737.

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

Color convert

RGB 249 54 74 -
CMYK 0 0.78 0.70 0.02
HSL 353.85º 0.94% 0.59% -
HSV(B) 353.85º 0.78% 0.98% -
XYZ 41.62 23.27 8.78 -
YUV 114.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 249 54 74 0 0.78 0.70 0.02 353.85 0.94 0.59
Hex F9 36 4A 0 4E 46 2 162 5E 3B
Octal 371 66 112 0 116 106 2 542 136 73
Binary 11111001 110110 1001010 0 1001110 1000110 10 101100010 1011110 111011

Color Harmonies of #F9364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9364A

Black with #F9364A

Text Example


Text Example

White with #F9364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9364A; }

 p { color: rgb(249,54,74); }

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

background-color css

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

 a { background-color: rgb(249,54,74); }

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

border-color css

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

 span { border-color: rgb(249,54,74); }

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