Html Css Color HEX #F9324C Radical Red

📋 copy color: '#F9324C'

red 249 ◦ green 50 ◦ blue 76

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

Shades of Radical Red #F9324C

Tints of Radical Red #F9324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

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

R = 66.4%
G = 13.33%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9324C (or 0xF9324C) is known color: Radical Red. HEX triplet: F9, 32 and 4C. RGB value is (249,50,76). Sum of RGB (Red+Green+Blue) = 249+50+76=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9324C is #06CDB3. Grayscale: #707070. Windows color (decimal): -445876 or 4993785. OLE color: 4993785.

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

Color convert

RGB 249 50 76 -
CMYK 0 0.80 0.69 0.02
HSL 352.16º 0.94% 0.59% -
HSV(B) 352.16º 0.8% 0.98% -
XYZ 41.51 22.94 9.08 -
YUV 112.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 249 50 76 0 0.80 0.69 0.02 352.16 0.94 0.59
Hex F9 32 4C 0 50 45 2 160 5E 3B
Octal 371 62 114 0 120 105 2 540 136 73
Binary 11111001 110010 1001100 0 1010000 1000101 10 101100000 1011110 111011

Color Harmonies of #F9324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9324C

Black with #F9324C

Text Example


Text Example

White with #F9324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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