#F23B55

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

Shades of Radical Red #F23B55

Tints of Radical Red #F23B55

Color information

#F23B55 (or 0xF23B55) is unknown color: approx Radical Red. HEX triplet: F2, 3B and 55. RGB value is (242,59,85). Sum of RGB (Red+Green+Blue) = 242+59+85=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23B55 is #0DC4AA. Grayscale: #747474. Windows color (decimal): -902315 or 5585906. OLE color: 5585906.

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

Color convert

RGB2425985-
CMYK00.760.650.05
HSL351.48º87.56%59.02%-
HSV(B)351.48º75.62%94.9%-
XYZ39.8222.6610.87-
YUV116.68110.13217.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.69%
GREEN value IS 59 (23.44% from 255) = 15.28%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=62.69%
G=15.28%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242598500.760.650.05351.4887.5659.02
HexF23B5504C41515f583b
Octal362731250114101553713073
Binary1111001011101110101010100110010000011011010111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23B55; }

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

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

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

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

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

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

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

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