#F42D84

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

Shades of Wild Strawberry #F42D84

Tints of Wild Strawberry #F42D84

Color information

#F42D84 (or 0xF42D84) is unknown color: approx Wild Strawberry. HEX triplet: F4, 2D and 84. RGB value is (244,45,132). Sum of RGB (Red+Green+Blue) = 244+45+132=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42D84 is #0BD27B. Grayscale: #727272. Windows color (decimal): -774780 or 8662516. OLE color: 8662516.

HSL color Cylindrical-coordinate representation of color #F42D84: hue angle of 333.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42D84 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24445132-
CMYK00.820.460.04
HSL333.77º90.05%56.67%-
HSV(B)333.77º81.56%95.69%-
XYZ42.4122.7823.99-
YUV114.42137.93220.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.96%
GREEN value IS 45 (17.97% from 255) = 10.69%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=57.96%
G=10.69%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444513200.820.460.04333.7790.0556.67
HexF42D840522E414e5a39
Octal36455204012256451613271
Binary1111010010110110000100010100101011101001010011101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42D84; }

 p { color: rgb(244,45,132); }

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

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

 a { background-color: rgb(244,45,132); }

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

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

 span { border-color: rgb(244,45,132); }

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