Html Css Color HEX #F8375F Radical Red

📋 copy color: '#F8375F'

red 248 ◦ green 55 ◦ blue 95

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

Shades of Radical Red #F8375F

Tints of Radical Red #F8375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 62.31%
G = 13.82%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8375F (or 0xF8375F) is known color: Radical Red. HEX triplet: F8, 37 and 5F. RGB value is (248,55,95). Sum of RGB (Red+Green+Blue) = 248+55+95=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F8375F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8375F is #07C8A0. Grayscale: #757575. Windows color (decimal): -510113 or 6240248. OLE color: 6240248.

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

Color convert

RGB 248 55 95 -
CMYK 0 0.78 0.62 0.03
HSL 347.56º 0.93% 0.59% -
HSV(B) 347.56º 0.78% 0.97% -
XYZ 42.14 23.52 13.14 -
YUV 117.27 115.44 221.25 -
System Red Green Blue C M Y K H S L
Decimal 248 55 95 0 0.78 0.62 0.03 347.56 0.93 0.59
Hex F8 37 5F 0 4E 3E 3 15C 5D 3B
Octal 370 67 137 0 116 76 3 534 135 73
Binary 11111000 110111 1011111 0 1001110 111110 11 101011100 1011101 111011

Color Harmonies of #F8375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8375F

Black with #F8375F

Text Example


Text Example

White with #F8375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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