#F8416B

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

Shades of Radical Red #F8416B

Tints of Radical Red #F8416B

Color information

#F8416B (or 0xF8416B) is unknown color: approx Radical Red. HEX triplet: F8, 41 and 6B. RGB value is (248,65,107). Sum of RGB (Red+Green+Blue) = 248+65+107=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8416B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8416B is #07BE94. Grayscale: #7C7C7C. Windows color (decimal): -507541 or 7029240. OLE color: 7029240.

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

Color convert

RGB24865107-
CMYK00.740.570.03
HSL346.23º92.89%61.37%-
HSV(B)346.23º73.79%97.25%-
XYZ43.2624.816.42-
YUV124.5118.13216.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.05%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=59.05%
G=15.48%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486510700.740.570.03346.2392.8961.37
HexF8416B04A39315a5d3d
Octal370101153011271353213575
Binary111110001000001110101101001010111001111010110101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8416B; }

 p { color: rgb(248,65,107); }

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

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

 a { background-color: rgb(248,65,107); }

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

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

 span { border-color: rgb(248,65,107); }

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