#F23360

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

Shades of Radical Red #F23360

Tints of Radical Red #F23360

Color information

#F23360 (or 0xF23360) is unknown color: approx Radical Red. HEX triplet: F2, 33 and 60. RGB value is (242,51,96). Sum of RGB (Red+Green+Blue) = 242+51+96=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F23360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23360 is #0DCC9F. Grayscale: #717171. Windows color (decimal): -904352 or 6304754. OLE color: 6304754.

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

Color convert

RGB2425196-
CMYK00.790.600.05
HSL345.86º88.02%57.45%-
HSV(B)345.86º78.93%94.9%-
XYZ39.9122.0913.23-
YUV113.24118.28219.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.21%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=62.21%
G=13.11%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242519600.790.600.05345.8688.0257.45
HexF2336004F3C515a5839
Octal36263140011774553213071
Binary111100101100111100000010011111111001011010110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23360; }

 p { color: rgb(242,51,96); }

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

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

 a { background-color: rgb(242,51,96); }

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

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

 span { border-color: rgb(242,51,96); }

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