#f22d8e

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

Shades of Wild Strawberry #F22D8E

Tints of Wild Strawberry #F22D8E

Color information

#F22D8E (or 0xF22D8E) is unknown color: approx Wild Strawberry. HEX triplet: F2, 2D and 8E. RGB value is (242,45,142). Sum of RGB (Red+Green+Blue) = 242+45+142=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22D8E is #0DD271. Grayscale: #727272. Windows color (decimal): -905842 or 9317874. OLE color: 9317874.

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

Color convert

RGB24245142-
CMYK00.810.410.05
HSL330.46º88.34%56.27%-
HSV(B)330.46º81.4%94.9%-
XYZ42.4422.7127.74-
YUV114.96143.27218.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.41%
GREEN value IS 45 (17.97% from 255) = 10.49%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=56.41%
G=10.49%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424514200.810.410.05330.4688.3456.27
HexF22D8E05129514a5838
Octal36255216012151551213070
Binary1111001010110110001110010100011010011011010010101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f22d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f22d8e; }

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

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

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

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

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

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

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

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