#F33572

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

Shades of Radical Red #F33572

Tints of Radical Red #F33572

Color information

#F33572 (or 0xF33572) is unknown color: approx Radical Red. HEX triplet: F3, 35 and 72. RGB value is (243,53,114). Sum of RGB (Red+Green+Blue) = 243+53+114=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F33572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33572 is #0CCA8D. Grayscale: #747474. Windows color (decimal): -838286 or 7484915. OLE color: 7484915.

HSL color Cylindrical-coordinate representation of color #F33572: hue angle of 340.74º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F33572 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB24353114-
CMYK00.780.530.05
HSL340.74º88.79%58.04%-
HSV(B)340.74º78.19%95.29%-
XYZ41.2722.8218.15-
YUV116.76126.45218.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.27%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=59.27%
G=12.93%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435311400.780.530.05340.7488.7958.04
HexF3357204E355155593a
Octal36365162011665552513172
Binary111100111101011110010010011101101011011010101011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33572; }

 p { color: rgb(243,53,114); }

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

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

 a { background-color: rgb(243,53,114); }

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

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

 span { border-color: rgb(243,53,114); }

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