#F8334C

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

Shades of Radical Red #F8334C

Tints of Radical Red #F8334C

Color information

#F8334C (or 0xF8334C) is unknown color: approx Radical Red. HEX triplet: F8, 33 and 4C. RGB value is (248,51,76). Sum of RGB (Red+Green+Blue) = 248+51+76=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8334C is #07CCB3. Grayscale: #707070. Windows color (decimal): -511156 or 4994040. OLE color: 4994040.

HSL color Cylindrical-coordinate representation of color #F8334C: hue angle of 352.39º 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 #F8334C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB2485176-
CMYK00.790.690.03
HSL352.39º93.36%58.63%-
HSV(B)352.39º79.44%97.25%-
XYZ41.222.859.08-
YUV112.75107.27224.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.13%
GREEN value IS 51 (20.31% from 255) = 13.6%
BLUE value IS 76 (30.08% from 255) = 20.27%
R=66.13%
G=13.6%
B=20.27%

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
Decimal248517600.790.690.03352.3993.3658.63
HexF8334C04F4531605d3b
Octal370631140117105354013573
Binary111110001100111001100010011111000101111011000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8334C; }

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

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

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

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

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

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

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

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