#F83258

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

Shades of Radical Red #F83258

Tints of Radical Red #F83258

Color information

#F83258 (or 0xF83258) is unknown color: approx Radical Red. HEX triplet: F8, 32 and 58. RGB value is (248,50,88). Sum of RGB (Red+Green+Blue) = 248+50+88=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F83258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83258 is #07CDA7. Grayscale: #717171. Windows color (decimal): -511400 or 5780216. OLE color: 5780216.

HSL color Cylindrical-coordinate representation of color #F83258: hue angle of 348.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83258 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB2485088-
CMYK00.800.650.03
HSL348.48º93.4%58.43%-
HSV(B)348.48º79.84%97.25%-
XYZ41.6122.9411.47-
YUV113.53113.6223.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 64.25%
GREEN value IS 50 (19.92% from 255) = 12.95%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=64.25%
G=12.95%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248508800.800.650.03348.4893.458.43
HexF8325805041315c5d3a
Octal370621300120101353413572
Binary111110001100101011000010100001000001111010111001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83258; }

 p { color: rgb(248,50,88); }

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

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

 a { background-color: rgb(248,50,88); }

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

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

 span { border-color: rgb(248,50,88); }

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