#f81f5e

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

Shades of Radical Red #F81F5E

Tints of Radical Red #F81F5E

Color information

#F81F5E (or 0xF81F5E) is unknown color: approx Radical Red. HEX triplet: F8, 1F and 5E. RGB value is (248,31,94). Sum of RGB (Red+Green+Blue) = 248+31+94=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81F5E is #07E0A1. Grayscale: #676767. Windows color (decimal): -516258 or 6168568. OLE color: 6168568.

HSL color Cylindrical-coordinate representation of color #F81F5E: hue angle of 342.58º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81F5E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB2483194-
CMYK00.880.620.03
HSL342.58º93.94%54.71%-
HSV(B)342.58º87.5%97.25%-
XYZ41.2221.7412.61-
YUV103.06122.89231.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.49%
GREEN value IS 31 (12.5% from 255) = 8.31%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=66.49%
G=8.31%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248319400.880.620.03342.5893.9454.71
HexF81F5E0583E31575e37
Octal37037136013076352713667
Binary1111100011111101111001011000111110111010101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f81f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f81f5e; }

 p { color: rgb(248,31,94); }

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

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

 a { background-color: rgb(248,31,94); }

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

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

 span { border-color: rgb(248,31,94); }

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