#F7369C

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

Shades of Wild Strawberry #F7369C

Tints of Wild Strawberry #F7369C

Color information

#F7369C (or 0xF7369C) is unknown color: approx Wild Strawberry. HEX triplet: F7, 36 and 9C. RGB value is (247,54,156). Sum of RGB (Red+Green+Blue) = 247+54+156=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7369C is #08C963. Grayscale: #7B7B7B. Windows color (decimal): -575844 or 10237687. OLE color: 10237687.

HSL color Cylindrical-coordinate representation of color #F7369C: hue angle of 328.29º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F7369C is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB24754156-
CMYK00.780.370.03
HSL328.29º92.34%59.02%-
HSV(B)328.29º78.14%96.86%-
XYZ45.6824.8133.83-
YUV123.33146.44216.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.05%
GREEN value IS 54 (21.48% from 255) = 11.82%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=54.05%
G=11.82%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475415600.780.370.03328.2992.3459.02
HexF7369C04E2531485c3b
Octal36766234011645351013473
Binary111101111101101001110001001110100101111010010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7369C; }

 p { color: rgb(247,54,156); }

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

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

 a { background-color: rgb(247,54,156); }

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

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

 span { border-color: rgb(247,54,156); }

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