Html Css Color HEX #F8375B Radical Red

📋 copy color: '#F8375B'

red 248 ◦ green 55 ◦ blue 91

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

Shades of Radical Red #F8375B

Tints of Radical Red #F8375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.1%

R = 62.94%
G = 13.96%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8375B (or 0xF8375B) is known color: Radical Red. HEX triplet: F8, 37 and 5B. RGB value is (248,55,91). Sum of RGB (Red+Green+Blue) = 248+55+91=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8375B is #07C8A4. Grayscale: #747474. Windows color (decimal): -510117 or 5978104. OLE color: 5978104.

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

Color convert

RGB 248 55 91 -
CMYK 0 0.78 0.63 0.03
HSL 348.81º 0.93% 0.59% -
HSV(B) 348.81º 0.78% 0.97% -
XYZ 41.97 23.44 12.21 -
YUV 116.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 248 55 91 0 0.78 0.63 0.03 348.81 0.93 0.59
Hex F8 37 5B 0 4E 3F 3 15D 5D 3B
Octal 370 67 133 0 116 77 3 535 135 73
Binary 11111000 110111 1011011 0 1001110 111111 11 101011101 1011101 111011

Color Harmonies of #F8375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8375B

Black with #F8375B

Text Example


Text Example

White with #F8375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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