#F23461

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

Shades of Radical Red #F23461

Tints of Radical Red #F23461

Color information

#F23461 (or 0xF23461) is unknown color: approx Radical Red. HEX triplet: F2, 34 and 61. RGB value is (242,52,97). Sum of RGB (Red+Green+Blue) = 242+52+97=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F23461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23461 is #0DCB9E. Grayscale: #717171. Windows color (decimal): -904095 or 6370546. OLE color: 6370546.

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

Color convert

RGB2425297-
CMYK00.790.600.05
HSL345.79º87.96%57.65%-
HSV(B)345.79º78.51%94.9%-
XYZ4022.213.49-
YUV113.94118.45219.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.89%
GREEN value IS 52 (20.70% from 255) = 13.30%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=61.89%
G=13.30%
B=24.81%

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
Decimal242529700.790.600.05345.7987.9657.65
HexF2346104F3C515a583a
Octal36264141011774553213072
Binary111100101101001100001010011111111001011010110101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23461; }

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

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

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

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

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

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

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

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