#F23A68

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

Shades of Radical Red #F23A68

Tints of Radical Red #F23A68

Color information

#F23A68 (or 0xF23A68) is unknown color: approx Radical Red. HEX triplet: F2, 3A and 68. RGB value is (242,58,104). Sum of RGB (Red+Green+Blue) = 242+58+104=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23A68 is #0DC597. Grayscale: #767676. Windows color (decimal): -902552 or 6830834. OLE color: 6830834.

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

Color convert

RGB24258104-
CMYK00.760.570.05
HSL345º87.62%58.82%-
HSV(B)345º76.03%94.9%-
XYZ40.6322.915.38-
YUV118.26119.96216.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.90%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=59.90%
G=14.36%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425810400.760.570.0534587.6258.82
HexF23A6804C395159583b
Octal36272150011471553113073
Binary111100101110101101000010011001110011011010110011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23A68; }

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

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

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

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

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

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

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

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