#f72f93

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

Shades of Wild Strawberry #F72F93

Tints of Wild Strawberry #F72F93

Color information

#F72F93 (or 0xF72F93) is unknown color: approx Wild Strawberry. HEX triplet: F7, 2F and 93. RGB value is (247,47,147). Sum of RGB (Red+Green+Blue) = 247+47+147=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72F93 is #08D06C. Grayscale: #757575. Windows color (decimal): -577645 or 9646071. OLE color: 9646071.

HSL color Cylindrical-coordinate representation of color #F72F93: hue angle of 330º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72F93 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB24747147-
CMYK00.810.400.03
HSL330º92.59%57.65%-
HSV(B)330º80.97%96.86%-
XYZ44.6423.9129.87-
YUV118.2144.26219.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.01%
GREEN value IS 47 (18.75% from 255) = 10.66%
BLUE value IS 147 (57.81% from 255) = 33.33%
R=56.01%
G=10.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474714700.810.400.0333092.5957.65
HexF72F9305128314a5d3a
Octal36757223012150351213572
Binary111101111011111001001101010001101000111010010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f72f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f72f93; }

 p { color: rgb(247,47,147); }

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

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

 a { background-color: rgb(247,47,147); }

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

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

 span { border-color: rgb(247,47,147); }

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