#F23A5D

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

Shades of Radical Red #F23A5D

Tints of Radical Red #F23A5D

Color information

#F23A5D (or 0xF23A5D) is unknown color: approx Radical Red. HEX triplet: F2, 3A and 5D. RGB value is (242,58,93). Sum of RGB (Red+Green+Blue) = 242+58+93=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23A5D is #0DC5A2. Grayscale: #757575. Windows color (decimal): -902563 or 6109938. OLE color: 6109938.

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

Color convert

RGB2425893-
CMYK00.760.620.05
HSL348.59º87.62%58.82%-
HSV(B)348.59º76.03%94.9%-
XYZ40.1122.6912.62-
YUV117.01114.46217.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.58%
GREEN value IS 58 (23.05% from 255) = 14.76%
BLUE value IS 93 (36.72% from 255) = 23.66%
R=61.58%
G=14.76%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242589300.760.620.05348.5987.6258.82
HexF23A5D04C3E515d583b
Octal36272135011476553513073
Binary111100101110101011101010011001111101011010111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23A5D; }

 p { color: rgb(242,58,93); }

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

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

 a { background-color: rgb(242,58,93); }

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

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

 span { border-color: rgb(242,58,93); }

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