#F23365

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

Shades of Radical Red #F23365

Tints of Radical Red #F23365

Color information

#F23365 (or 0xF23365) is unknown color: approx Radical Red. HEX triplet: F2, 33 and 65. RGB value is (242,51,101). Sum of RGB (Red+Green+Blue) = 242+51+101=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F23365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23365 is #0DCC9A. Grayscale: #717171. Windows color (decimal): -904347 or 6632434. OLE color: 6632434.

HSL color Cylindrical-coordinate representation of color #F23365: hue angle of 344.29º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23365 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB24251101-
CMYK00.790.580.05
HSL344.29º88.02%57.45%-
HSV(B)344.29º78.93%94.9%-
XYZ40.1522.1814.48-
YUV113.81120.78219.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.42%
GREEN value IS 51 (20.31% from 255) = 12.94%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=61.42%
G=12.94%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425110100.790.580.05344.2988.0257.45
HexF2336504F3A51585839
Octal36263145011772553013071
Binary111100101100111100101010011111110101011010110001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23365; }

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

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

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

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

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

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

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

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