Html Css Color HEX #F9374C Radical Red

📋 copy color: '#F9374C'

red 249 ◦ green 55 ◦ blue 76

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

Shades of Radical Red #F9374C

Tints of Radical Red #F9374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.47%

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

R = 65.53%
G = 14.47%
B = 20%

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

#F9374C (or 0xF9374C) is known color: Radical Red. HEX triplet: F9, 37 and 4C. RGB value is (249,55,76). Sum of RGB (Red+Green+Blue) = 249+55+76=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9374C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9374C is #06C8B3. Grayscale: #737373. Windows color (decimal): -444596 or 4995065. OLE color: 4995065.

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

Color convert

RGB 249 55 76 -
CMYK 0 0.78 0.69 0.02
HSL 353.51º 0.94% 0.6% -
HSV(B) 353.51º 0.78% 0.98% -
XYZ 41.74 23.39 9.15 -
YUV 115.4 105.77 223.29 -
System Red Green Blue C M Y K H S L
Decimal 249 55 76 0 0.78 0.69 0.02 353.51 0.94 0.6
Hex F9 37 4C 0 4E 45 2 162 5E 3C
Octal 371 67 114 0 116 105 2 542 136 74
Binary 11111001 110111 1001100 0 1001110 1000101 10 101100010 1011110 111100

Color Harmonies of #F9374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9374C

Black with #F9374C

Text Example


Text Example

White with #F9374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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