#f22d97

Color #F22D97 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F22D97

Tints of Wild Strawberry #F22D97

Color information

#F22D97 (or 0xF22D97) is unknown color: approx Wild Strawberry. HEX triplet: F2, 2D and 97. RGB value is (242,45,151). Sum of RGB (Red+Green+Blue) = 242+45+151=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22D97 is #0DD268. Grayscale: #737373. Windows color (decimal): -905833 or 9907698. OLE color: 9907698.

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

Color convert

RGB24245151-
CMYK00.810.380.05
HSL327.72º88.34%56.27%-
HSV(B)327.72º81.4%94.9%-
XYZ43.1422.9931.44-
YUV115.99147.77217.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.25%
GREEN value IS 45 (17.97% from 255) = 10.27%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=55.25%
G=10.27%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424515100.810.380.05327.7288.3456.27
HexF22D970512651485838
Octal36255227012146551013070
Binary1111001010110110010111010100011001101011010010001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f22d97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f22d97; }

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

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

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

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

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

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

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

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