#f23f55

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

Shades of Radical Red #F23F55

Tints of Radical Red #F23F55

Color information

#F23F55 (or 0xF23F55) is unknown color: approx Radical Red. HEX triplet: F2, 3F and 55. RGB value is (242,63,85). Sum of RGB (Red+Green+Blue) = 242+63+85=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F55 is #0DC0AA. Grayscale: #777777. Windows color (decimal): -901291 or 5586930. OLE color: 5586930.

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

Color convert

RGB2426385-
CMYK00.740.650.05
HSL352.63º87.32%59.8%-
HSV(B)352.63º73.97%94.9%-
XYZ40.0423.0910.94-
YUV119.03108.8215.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.05%
GREEN value IS 63 (25% from 255) = 16.15%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=62.05%
G=16.15%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242638500.740.650.05352.6387.3259.8
HexF23F5504A415161573c
Octal362771250112101554112774
Binary1111001011111110101010100101010000011011011000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f23f55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f23f55; }

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

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

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

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

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

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

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

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