#F7308F

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

Shades of Wild Strawberry #F7308F

Tints of Wild Strawberry #F7308F

Color information

#F7308F (or 0xF7308F) is unknown color: approx Wild Strawberry. HEX triplet: F7, 30 and 8F. RGB value is (247,48,143). Sum of RGB (Red+Green+Blue) = 247+48+143=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F7308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7308F is #08CF70. Grayscale: #767676. Windows color (decimal): -577393 or 9384183. OLE color: 9384183.

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

Color convert

RGB24748143-
CMYK00.810.420.03
HSL331.36º92.56%57.84%-
HSV(B)331.36º80.57%96.86%-
XYZ44.3723.8728.26-
YUV118.33141.93219.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.39%
GREEN value IS 48 (19.14% from 255) = 10.96%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=56.39%
G=10.96%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474814300.810.420.03331.3692.5657.84
HexF7308F0512A314b5d3a
Octal36760217012152351313572
Binary111101111100001000111101010001101010111010010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7308F; }

 p { color: rgb(247,48,143); }

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

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

 a { background-color: rgb(247,48,143); }

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

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

 span { border-color: rgb(247,48,143); }

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