Html Css Color HEX #F8374E Radical Red

📋 copy color: '#F8374E'

red 248 ◦ green 55 ◦ blue 78

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

Shades of Radical Red #F8374E

Tints of Radical Red #F8374E

RGB

 RED value IS 248 (97.27% from 255) = 65.09%

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

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 65.09%
G = 14.44%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8374E (or 0xF8374E) is known color: Radical Red. HEX triplet: F8, 37 and 4E. RGB value is (248,55,78). Sum of RGB (Red+Green+Blue) = 248+55+78=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8374E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8374E is #07C8B1. Grayscale: #737373. Windows color (decimal): -510130 or 5126136. OLE color: 5126136.

HSL color Cylindrical-coordinate representation of color #F8374E: hue angle of 352.85º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8374E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 55 78 -
CMYK 0 0.78 0.69 0.03
HSL 352.85º 0.93% 0.59% -
HSV(B) 352.85º 0.78% 0.97% -
XYZ 41.45 23.24 9.51 -
YUV 115.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 248 55 78 0 0.78 0.69 0.03 352.85 0.93 0.59
Hex F8 37 4E 0 4E 45 3 161 5D 3B
Octal 370 67 116 0 116 105 3 541 135 73
Binary 11111000 110111 1001110 0 1001110 1000101 11 101100001 1011101 111011

Color Harmonies of #F8374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8374E

Black with #F8374E

Text Example


Text Example

White with #F8374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8374E; }

 p { color: rgb(248,55,78); }

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

background-color css

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

 a { background-color: rgb(248,55,78); }

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

border-color css

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

 span { border-color: rgb(248,55,78); }

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