#F23C65

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

Shades of Radical Red #F23C65

Tints of Radical Red #F23C65

Color information

#F23C65 (or 0xF23C65) is unknown color: approx Radical Red. HEX triplet: F2, 3C and 65. RGB value is (242,60,101). Sum of RGB (Red+Green+Blue) = 242+60+101=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C65 is #0DC39A. Grayscale: #777777. Windows color (decimal): -902043 or 6634738. OLE color: 6634738.

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

Color convert

RGB24260101-
CMYK00.750.580.05
HSL346.48º87.5%59.22%-
HSV(B)346.48º75.21%94.9%-
XYZ40.5823.0514.62-
YUV119.09117.8215.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 60 (23.83% from 255) = 14.89%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=60.05%
G=14.89%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426010100.750.580.05346.4887.559.22
HexF23C6504B3A515a583b
Octal36274145011372553213073
Binary111100101111001100101010010111110101011010110101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23C65; }

 p { color: rgb(242,60,101); }

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

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

 a { background-color: rgb(242,60,101); }

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

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

 span { border-color: rgb(242,60,101); }

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