#F33D52

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

Shades of Radical Red #F33D52

Tints of Radical Red #F33D52

Color information

#F33D52 (or 0xF33D52) is unknown color: approx Radical Red. HEX triplet: F3, 3D and 52. RGB value is (243,61,82). Sum of RGB (Red+Green+Blue) = 243+61+82=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D52 is #0CC2AD. Grayscale: #757575. Windows color (decimal): -836270 or 5389811. OLE color: 5389811.

HSL color Cylindrical-coordinate representation of color #F33D52: hue angle of 353.08º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33D52 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB2436182-
CMYK00.750.660.05
HSL353.08º88.35%59.61%-
HSV(B)353.08º74.9%95.29%-
XYZ40.152310.31-
YUV117.81107.8217.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.95%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=62.95%
G=15.80%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243618200.750.660.05353.0888.3559.61
HexF33D5204B425161583c
Octal363751220113102554113074
Binary1111001111110110100100100101110000101011011000011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33D52; }

 p { color: rgb(243,61,82); }

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

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

 a { background-color: rgb(243,61,82); }

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

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

 span { border-color: rgb(243,61,82); }

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