#f72b96

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

Shades of Wild Strawberry #F72B96

Tints of Wild Strawberry #F72B96

Color information

#F72B96 (or 0xF72B96) is unknown color: approx Wild Strawberry. HEX triplet: F7, 2B and 96. RGB value is (247,43,150). Sum of RGB (Red+Green+Blue) = 247+43+150=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F72B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72B96 is #08D469. Grayscale: #737373. Windows color (decimal): -578666 or 9841655. OLE color: 9841655.

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

Color convert

RGB24743150-
CMYK00.830.390.03
HSL328.53º92.73%56.86%-
HSV(B)328.53º82.59%96.86%-
XYZ44.7323.731.07-
YUV116.19147.09221.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.14%
GREEN value IS 43 (17.19% from 255) = 9.77%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=56.14%
G=9.77%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474315000.830.390.03328.5392.7356.86
HexF72B960532731495d39
Octal36753226012347351113571
Binary111101111010111001011001010011100111111010010011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f72b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f72b96; }

 p { color: rgb(247,43,150); }

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

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

 a { background-color: rgb(247,43,150); }

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

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

 span { border-color: rgb(247,43,150); }

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