#F7369D

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

Shades of Wild Strawberry #F7369D

Tints of Wild Strawberry #F7369D

Color information

#F7369D (or 0xF7369D) is unknown color: approx Wild Strawberry. HEX triplet: F7, 36 and 9D. RGB value is (247,54,157). Sum of RGB (Red+Green+Blue) = 247+54+157=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7369D is #08C962. Grayscale: #7B7B7B. Windows color (decimal): -575843 or 10303223. OLE color: 10303223.

HSL color Cylindrical-coordinate representation of color #F7369D: hue angle of 327.98º 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 #F7369D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB24754157-
CMYK00.780.360.03
HSL327.98º92.34%59.02%-
HSV(B)327.98º78.14%96.86%-
XYZ45.7624.8534.28-
YUV123.45146.94216.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.93%
GREEN value IS 54 (21.48% from 255) = 11.79%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=53.93%
G=11.79%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475415700.780.360.03327.9892.3459.02
HexF7369D04E2431485c3b
Octal36766235011644351013473
Binary111101111101101001110101001110100100111010010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7369D; }

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

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

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

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

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

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

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

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