#F42984

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

Shades of Wild Strawberry #F42984

Tints of Wild Strawberry #F42984

Color information

#F42984 (or 0xF42984) is unknown color: approx Wild Strawberry. HEX triplet: F4, 29 and 84. RGB value is (244,41,132). Sum of RGB (Red+Green+Blue) = 244+41+132=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F42984 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42984 is #0BD67B. Grayscale: #6F6F6F. Windows color (decimal): -775804 or 8661492. OLE color: 8661492.

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

Color convert

RGB24441132-
CMYK00.830.460.04
HSL333.1º90.22%55.88%-
HSV(B)333.1º83.2%95.69%-
XYZ42.2722.4823.94-
YUV112.07139.25222.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 58.51%
GREEN value IS 41 (16.41% from 255) = 9.83%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=58.51%
G=9.83%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444113200.830.460.04333.190.2255.88
HexF429840532E414d5a38
Octal36451204012356451513270
Binary1111010010100110000100010100111011101001010011011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42984; }

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

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

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

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

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

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

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

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