Html Css Color HEX #F9364C Radical Red

📋 copy color: '#F9364C'

red 249 ◦ green 54 ◦ blue 76

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

Shades of Radical Red #F9364C

Tints of Radical Red #F9364C

RGB

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

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

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

R = 65.7%
G = 14.25%
B = 20.05%

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

#F9364C (or 0xF9364C) is known color: Radical Red. HEX triplet: F9, 36 and 4C. RGB value is (249,54,76). Sum of RGB (Red+Green+Blue) = 249+54+76=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9364C is #06C9B3. Grayscale: #727272. Windows color (decimal): -444852 or 4994809. OLE color: 4994809.

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

Color convert

RGB 249 54 76 -
CMYK 0 0.78 0.69 0.02
HSL 353.23º 0.94% 0.59% -
HSV(B) 353.23º 0.78% 0.98% -
XYZ 41.69 23.3 9.14 -
YUV 114.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 249 54 76 0 0.78 0.69 0.02 353.23 0.94 0.59
Hex F9 36 4C 0 4E 45 2 161 5E 3B
Octal 371 66 114 0 116 105 2 541 136 73
Binary 11111001 110110 1001100 0 1001110 1000101 10 101100001 1011110 111011

Color Harmonies of #F9364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9364C

Black with #F9364C

Text Example


Text Example

White with #F9364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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