#f22d68

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

Shades of Radical Red #F22D68

Tints of Radical Red #F22D68

Color information

#F22D68 (or 0xF22D68) is unknown color: approx Radical Red. HEX triplet: F2, 2D and 68. RGB value is (242,45,104). Sum of RGB (Red+Green+Blue) = 242+45+104=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D68 is #0DD297. Grayscale: #6E6E6E. Windows color (decimal): -905880 or 6827506. OLE color: 6827506.

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

Color convert

RGB24245104-
CMYK00.810.570.05
HSL342.03º88.34%56.27%-
HSV(B)342.03º81.4%94.9%-
XYZ40.0621.7515.18-
YUV110.63124.27221.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.89%
GREEN value IS 45 (17.97% from 255) = 11.51%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=61.89%
G=11.51%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424510400.810.570.05342.0388.3456.27
HexF22D680513951565838
Octal36255150012171552613070
Binary111100101011011101000010100011110011011010101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f22d68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f22d68; }

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

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

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

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

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

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

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

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