#F2356E

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

Shades of Radical Red #F2356E

Tints of Radical Red #F2356E

Color information

#F2356E (or 0xF2356E) is unknown color: approx Radical Red. HEX triplet: F2, 35 and 6E. RGB value is (242,53,110). Sum of RGB (Red+Green+Blue) = 242+53+110=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2356E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2356E is #0DCA91. Grayscale: #737373. Windows color (decimal): -903826 or 7222770. OLE color: 7222770.

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

Color convert

RGB24253110-
CMYK00.780.550.05
HSL341.9º87.91%57.84%-
HSV(B)341.9º78.1%94.9%-
XYZ40.7122.5516.96-
YUV116.01124.62217.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.75%
GREEN value IS 53 (21.09% from 255) = 13.09%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=59.75%
G=13.09%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425311000.780.550.05341.987.9157.84
HexF2356E04E375156583a
Octal36265156011667552613072
Binary111100101101011101110010011101101111011010101101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2356E; }

 p { color: rgb(242,53,110); }

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

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

 a { background-color: rgb(242,53,110); }

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

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

 span { border-color: rgb(242,53,110); }

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