#F341A8

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

Shades of Wild Strawberry #F341A8

Tints of Wild Strawberry #F341A8

Color information

#F341A8 (or 0xF341A8) is unknown color: approx Wild Strawberry. HEX triplet: F3, 41 and A8. RGB value is (243,65,168). Sum of RGB (Red+Green+Blue) = 243+65+168=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F341A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F341A8 is #0CBE57. Grayscale: #818181. Windows color (decimal): -835160 or 11026931. OLE color: 11026931.

HSL color Cylindrical-coordinate representation of color #F341A8: hue angle of 325.28º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F341A8 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB24365168-
CMYK00.730.310.05
HSL325.28º88.12%60.39%-
HSV(B)325.28º73.25%95.29%-
XYZ45.9225.6639.58-
YUV129.96149.47208.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.05%
GREEN value IS 65 (25.78% from 255) = 13.66%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=51.05%
G=13.66%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436516800.730.310.05325.2888.1260.39
HexF341A80491F5145583c
Octal363101250011137550513074
Binary1111001110000011010100001001001111111011010001011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F341A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F341A8; }

 p { color: rgb(243,65,168); }

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

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

 a { background-color: rgb(243,65,168); }

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

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

 span { border-color: rgb(243,65,168); }

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