#F6449E

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

Shades of Wild Strawberry #F6449E

Tints of Wild Strawberry #F6449E

Color information

#F6449E (or 0xF6449E) is unknown color: approx Wild Strawberry. HEX triplet: F6, 44 and 9E. RGB value is (246,68,158). Sum of RGB (Red+Green+Blue) = 246+68+158=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6449E is #09BB61. Grayscale: #838383. Windows color (decimal): -637794 or 10372342. OLE color: 10372342.

HSL color Cylindrical-coordinate representation of color #F6449E: hue angle of 329.66º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6449E is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB24668158-
CMYK00.720.360.04
HSL329.66º90.82%61.57%-
HSV(B)329.66º72.36%96.47%-
XYZ46.2426.234.97-
YUV131.48142.97209.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.12%
GREEN value IS 68 (26.95% from 255) = 14.41%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=52.12%
G=14.41%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466815800.720.360.04329.6690.8261.57
HexF6449E04824414a5b3e
Octal366104236011044451213376
Binary11110110100010010011110010010001001001001010010101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6449E; }

 p { color: rgb(246,68,158); }

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

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

 a { background-color: rgb(246,68,158); }

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

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

 span { border-color: rgb(246,68,158); }

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