Html Css Color HEX #F9364D Radical Red

📋 copy color: '#F9364D'

red 249 ◦ green 54 ◦ blue 77

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

Shades of Radical Red #F9364D

Tints of Radical Red #F9364D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 65.53%
G = 14.21%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9364D (or 0xF9364D) is known color: Radical Red. HEX triplet: F9, 36 and 4D. RGB value is (249,54,77). Sum of RGB (Red+Green+Blue) = 249+54+77=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9364D is #06C9B2. Grayscale: #737373. Windows color (decimal): -444851 or 5060345. OLE color: 5060345.

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

Color convert

RGB 249 54 77 -
CMYK 0 0.78 0.69 0.02
HSL 352.92º 0.94% 0.59% -
HSV(B) 352.92º 0.78% 0.98% -
XYZ 41.73 23.31 9.32 -
YUV 114.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 249 54 77 0 0.78 0.69 0.02 352.92 0.94 0.59
Hex F9 36 4D 0 4E 45 2 161 5E 3B
Octal 371 66 115 0 116 105 2 541 136 73
Binary 11111001 110110 1001101 0 1001110 1000101 10 101100001 1011110 111011

Color Harmonies of #F9364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9364D

Black with #F9364D

Text Example


Text Example

White with #F9364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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