#F23F62

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

Shades of Radical Red #F23F62

Tints of Radical Red #F23F62

Color information

#F23F62 (or 0xF23F62) is unknown color: approx Radical Red. HEX triplet: F2, 3F and 62. RGB value is (242,63,98). Sum of RGB (Red+Green+Blue) = 242+63+98=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F62 is #0DC09D. Grayscale: #787878. Windows color (decimal): -901278 or 6438898. OLE color: 6438898.

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

Color convert

RGB2426398-
CMYK00.740.600.05
HSL348.27º87.32%59.8%-
HSV(B)348.27º73.97%94.9%-
XYZ40.623.3113.92-
YUV120.51115.3214.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 63 (25% from 255) = 15.63%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=60.05%
G=15.63%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242639800.740.600.05348.2787.3259.8
HexF23F6204A3C515c573c
Octal36277142011274553412774
Binary111100101111111100010010010101111001011010111001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23F62; }

 p { color: rgb(242,63,98); }

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

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

 a { background-color: rgb(242,63,98); }

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

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

 span { border-color: rgb(242,63,98); }

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