#F22564

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

Shades of Radical Red #F22564

Tints of Radical Red #F22564

Color information

#F22564 (or 0xF22564) is unknown color: approx Radical Red. HEX triplet: F2, 25 and 64. RGB value is (242,37,100). Sum of RGB (Red+Green+Blue) = 242+37+100=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F22564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22564 is #0DDA9B. Grayscale: #696969. Windows color (decimal): -907932 or 6563314. OLE color: 6563314.

HSL color Cylindrical-coordinate representation of color #F22564: hue angle of 341.56º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22564 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB24237100-
CMYK00.850.590.05
HSL341.56º88.74%54.71%-
HSV(B)341.56º84.71%94.9%-
XYZ39.5821.1214.05-
YUV105.48124.92225.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.85%
GREEN value IS 37 (14.84% from 255) = 9.76%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=63.85%
G=9.76%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423710000.850.590.05341.5688.7454.71
HexF225640553B51565937
Octal36245144012573552613167
Binary111100101001011100100010101011110111011010101101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22564; }

 p { color: rgb(242,37,100); }

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

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

 a { background-color: rgb(242,37,100); }

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

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

 span { border-color: rgb(242,37,100); }

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