#F83D5A

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

Shades of Radical Red #F83D5A

Tints of Radical Red #F83D5A

Color information

#F83D5A (or 0xF83D5A) is unknown color: approx Radical Red. HEX triplet: F8, 3D and 5A. RGB value is (248,61,90). Sum of RGB (Red+Green+Blue) = 248+61+90=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83D5A is #07C2A5. Grayscale: #787878. Windows color (decimal): -508582 or 5914104. OLE color: 5914104.

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

Color convert

RGB2486190-
CMYK00.750.640.03
HSL350.7º93.03%60.59%-
HSV(B)350.7º75.4%97.25%-
XYZ42.2324.0312.09-
YUV120.22110.95219.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.16%
GREEN value IS 61 (24.22% from 255) = 15.29%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=62.16%
G=15.29%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248619000.750.640.03350.793.0360.59
HexF83D5A04B40315f5d3d
Octal370751320113100353713575
Binary111110001111011011010010010111000000111010111111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83D5A; }

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

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

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

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

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

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

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

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