#f22d6a

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

Shades of Radical Red #F22D6A

Tints of Radical Red #F22D6A

Color information

#F22D6A (or 0xF22D6A) is unknown color: approx Radical Red. HEX triplet: F2, 2D and 6A. RGB value is (242,45,106). Sum of RGB (Red+Green+Blue) = 242+45+106=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D6A is #0DD295. Grayscale: #6E6E6E. Windows color (decimal): -905878 or 6958578. OLE color: 6958578.

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

Color convert

RGB24245106-
CMYK00.810.560.05
HSL341.42º88.34%56.27%-
HSV(B)341.42º81.4%94.9%-
XYZ40.1621.7915.73-
YUV110.86125.27221.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.58%
GREEN value IS 45 (17.97% from 255) = 11.45%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=61.58%
G=11.45%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424510600.810.560.05341.4288.3456.27
HexF22D6A0513851555838
Octal36255152012170552513070
Binary111100101011011101010010100011110001011010101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f22d6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f22d6a; }

 p { color: rgb(242,45,106); }

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

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

 a { background-color: rgb(242,45,106); }

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

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

 span { border-color: rgb(242,45,106); }

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