#F33555

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

Shades of Radical Red #F33555

Tints of Radical Red #F33555

Color information

#F33555 (or 0xF33555) is unknown color: approx Radical Red. HEX triplet: F3, 35 and 55. RGB value is (243,53,85). Sum of RGB (Red+Green+Blue) = 243+53+85=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F33555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33555 is #0CCAAA. Grayscale: #717171. Windows color (decimal): -838315 or 5584371. OLE color: 5584371.

HSL color Cylindrical-coordinate representation of color #F33555: hue angle of 349.89º 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 #F33555 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB2435385-
CMYK00.780.650.05
HSL349.89º88.79%58.04%-
HSV(B)349.89º78.19%95.29%-
XYZ39.8722.2610.79-
YUV113.46111.95220.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 63.78%
GREEN value IS 53 (21.09% from 255) = 13.91%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=63.78%
G=13.91%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243538500.780.650.05349.8988.7958.04
HexF3355504E41515e593a
Octal363651250116101553613172
Binary1111001111010110101010100111010000011011010111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33555; }

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

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

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

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

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

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

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

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