#F8334E

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

Shades of Radical Red #F8334E

Tints of Radical Red #F8334E

Color information

#F8334E (or 0xF8334E) is unknown color: approx Radical Red. HEX triplet: F8, 33 and 4E. RGB value is (248,51,78). Sum of RGB (Red+Green+Blue) = 248+51+78=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8334E is #07CCB1. Grayscale: #717171. Windows color (decimal): -511154 or 5125112. OLE color: 5125112.

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

Color convert

RGB2485178-
CMYK00.790.690.03
HSL351.78º93.36%58.63%-
HSV(B)351.78º79.44%97.25%-
XYZ41.2722.879.45-
YUV112.98108.27224.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.78%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=65.78%
G=13.53%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248517800.790.690.03351.7893.3658.63
HexF8334E04F4531605d3b
Octal370631160117105354013573
Binary111110001100111001110010011111000101111011000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8334E; }

 p { color: rgb(248,51,78); }

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

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

 a { background-color: rgb(248,51,78); }

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

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

 span { border-color: rgb(248,51,78); }

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