#F43993

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

Shades of Wild Strawberry #F43993

Tints of Wild Strawberry #F43993

Color information

#F43993 (or 0xF43993) is unknown color: approx Wild Strawberry. HEX triplet: F4, 39 and 93. RGB value is (244,57,147). Sum of RGB (Red+Green+Blue) = 244+57+147=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F43993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43993 is #0BC66C. Grayscale: #7B7B7B. Windows color (decimal): -771693 or 9648628. OLE color: 9648628.

HSL color Cylindrical-coordinate representation of color #F43993: hue angle of 331.12º degrees, saturation: 0.89, 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 #F43993 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB24457147-
CMYK00.770.400.04
HSL331.12º89.47%59.02%-
HSV(B)331.12º76.64%95.69%-
XYZ44.0424.2729.97-
YUV123.17141.45214.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.46%
GREEN value IS 57 (22.66% from 255) = 12.72%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=54.46%
G=12.72%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445714700.770.400.04331.1289.4759.02
HexF4399304D28414b593b
Octal36471223011550451313173
Binary1111010011100110010011010011011010001001010010111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43993; }

 p { color: rgb(244,57,147); }

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

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

 a { background-color: rgb(244,57,147); }

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

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

 span { border-color: rgb(244,57,147); }

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