#F71F5E

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

Shades of Radical Red #F71F5E

Tints of Radical Red #F71F5E

Color information

#F71F5E (or 0xF71F5E) is unknown color: approx Radical Red. HEX triplet: F7, 1F and 5E. RGB value is (247,31,94). Sum of RGB (Red+Green+Blue) = 247+31+94=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71F5E is #08E0A1. Grayscale: #666666. Windows color (decimal): -581794 or 6168567. OLE color: 6168567.

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

Color convert

RGB2473194-
CMYK00.870.620.03
HSL342.5º93.1%54.51%-
HSV(B)342.5º87.45%96.86%-
XYZ40.8721.5612.6-
YUV102.77123.06230.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.40%
GREEN value IS 31 (12.5% from 255) = 8.33%
BLUE value IS 94 (37.11% from 255) = 25.27%
R=66.40%
G=8.33%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247319400.870.620.03342.593.154.51
HexF71F5E0573E31565d37
Octal36737136012776352613567
Binary1111011111111101111001010111111110111010101101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71F5E; }

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

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

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

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

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

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

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

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