#F8375A

Color #F8375A Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F8375A

Tints of Radical Red #F8375A

Color information

#F8375A (or 0xF8375A) is unknown color: approx Radical Red. HEX triplet: F8, 37 and 5A. RGB value is (248,55,90). Sum of RGB (Red+Green+Blue) = 248+55+90=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8375A is #07C8A5. Grayscale: #747474. Windows color (decimal): -510118 or 5912568. OLE color: 5912568.

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

Color convert

RGB2485590-
CMYK00.780.640.03
HSL349.12º93.24%59.41%-
HSV(B)349.12º77.82%97.25%-
XYZ41.9223.4311.99-
YUV116.7112.94221.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.10%
GREEN value IS 55 (21.88% from 255) = 13.99%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=63.10%
G=13.99%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248559000.780.640.03349.1293.2459.41
HexF8375A04E40315d5d3b
Octal370671320116100353513573
Binary111110001101111011010010011101000000111010111011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8375A; }

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

 H1.HeaderClassName
 {
   color: #F8375A;
 }
 .AnyTagClassName
 {
   color: #F8375A;
 }
</style>
background-color css

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

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

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

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

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

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