#f23a65

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

Shades of Radical Red #F23A65

Tints of Radical Red #F23A65

Color information

#F23A65 (or 0xF23A65) is unknown color: approx Radical Red. HEX triplet: F2, 3A and 65. RGB value is (242,58,101). Sum of RGB (Red+Green+Blue) = 242+58+101=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23A65 is #0DC59A. Grayscale: #757575. Windows color (decimal): -902555 or 6634226. OLE color: 6634226.

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

Color convert

RGB24258101-
CMYK00.760.580.05
HSL345.98º87.62%58.82%-
HSV(B)345.98º76.03%94.9%-
XYZ40.4822.8414.59-
YUV117.92118.46216.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.35%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 101 (39.84% from 255) = 25.19%
R=60.35%
G=14.46%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425810100.760.580.05345.9887.6258.82
HexF23A6504C3A515a583b
Octal36272145011472553213073
Binary111100101110101100101010011001110101011010110101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f23a65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f23a65; }

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

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

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

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

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

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

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

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