#F4379C

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

Shades of Wild Strawberry #F4379C

Tints of Wild Strawberry #F4379C

Color information

#F4379C (or 0xF4379C) is unknown color: approx Wild Strawberry. HEX triplet: F4, 37 and 9C. RGB value is (244,55,156). Sum of RGB (Red+Green+Blue) = 244+55+156=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4379C is #0BC863. Grayscale: #7A7A7A. Windows color (decimal): -772196 or 10237940. OLE color: 10237940.

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

Color convert

RGB24455156-
CMYK00.770.360.04
HSL327.94º89.57%58.63%-
HSV(B)327.94º77.46%95.69%-
XYZ44.6824.3733.8-
YUV123.02146.62214.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.63%
GREEN value IS 55 (21.88% from 255) = 12.09%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=53.63%
G=12.09%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445515600.770.360.04327.9489.5758.63
HexF4379C04D2441485a3b
Octal36467234011544451013273
Binary1111010011011110011100010011011001001001010010001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4379C; }

 p { color: rgb(244,55,156); }

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

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

 a { background-color: rgb(244,55,156); }

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

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

 span { border-color: rgb(244,55,156); }

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