Html Css Color HEX #F8375D Radical Red

📋 copy color: '#F8375D'

red 248 ◦ green 55 ◦ blue 93

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

Shades of Radical Red #F8375D

Tints of Radical Red #F8375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 62.63%
G = 13.89%
B = 23.48%

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

#F8375D (or 0xF8375D) is known color: Radical Red. HEX triplet: F8, 37 and 5D. RGB value is (248,55,93). Sum of RGB (Red+Green+Blue) = 248+55+93=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8375D is #07C8A2. Grayscale: #757575. Windows color (decimal): -510115 or 6109176. OLE color: 6109176.

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

Color convert

RGB 248 55 93 -
CMYK 0 0.78 0.62 0.03
HSL 348.19º 0.93% 0.59% -
HSV(B) 348.19º 0.78% 0.97% -
XYZ 42.05 23.48 12.67 -
YUV 117.04 114.44 221.41 -
System Red Green Blue C M Y K H S L
Decimal 248 55 93 0 0.78 0.62 0.03 348.19 0.93 0.59
Hex F8 37 5D 0 4E 3E 3 15C 5D 3B
Octal 370 67 135 0 116 76 3 534 135 73
Binary 11111000 110111 1011101 0 1001110 111110 11 101011100 1011101 111011

Color Harmonies of #F8375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8375D

Black with #F8375D

Text Example


Text Example

White with #F8375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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