#F7334C

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

Shades of Radical Red #F7334C

Tints of Radical Red #F7334C

Color information

#F7334C (or 0xF7334C) is unknown color: approx Radical Red. HEX triplet: F7, 33 and 4C. RGB value is (247,51,76). Sum of RGB (Red+Green+Blue) = 247+51+76=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7334C is #08CCB3. Grayscale: #707070. Windows color (decimal): -576692 or 4994039. OLE color: 4994039.

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

Color convert

RGB2475176-
CMYK00.790.690.03
HSL352.35º92.45%58.43%-
HSV(B)352.35º79.35%96.86%-
XYZ40.8522.669.06-
YUV112.45107.43223.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.04%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=66.04%
G=13.64%
B=20.32%

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
Decimal247517600.790.690.03352.3592.4558.43
HexF7334C04F4531605c3a
Octal367631140117105354013472
Binary111101111100111001100010011111000101111011000001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7334C; }

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

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

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

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

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

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

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

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