#F23361

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

Shades of Radical Red #F23361

Tints of Radical Red #F23361

Color information

#F23361 (or 0xF23361) is unknown color: approx Radical Red. HEX triplet: F2, 33 and 61. RGB value is (242,51,97). Sum of RGB (Red+Green+Blue) = 242+51+97=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F23361 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23361 is #0DCC9E. Grayscale: #717171. Windows color (decimal): -904351 or 6370290. OLE color: 6370290.

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

Color convert

RGB2425197-
CMYK00.790.600.05
HSL345.55º88.02%57.45%-
HSV(B)345.55º78.93%94.9%-
XYZ39.9622.1113.47-
YUV113.35118.78219.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.05%
GREEN value IS 51 (20.31% from 255) = 13.08%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=62.05%
G=13.08%
B=24.87%

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
Decimal242519700.790.600.05345.5588.0257.45
HexF2336104F3C515a5839
Octal36263141011774553213071
Binary111100101100111100001010011111111001011010110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23361; }

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

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

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

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

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

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

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

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