#F341A7

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

Shades of Wild Strawberry #F341A7

Tints of Wild Strawberry #F341A7

Color information

#F341A7 (or 0xF341A7) is unknown color: approx Wild Strawberry. HEX triplet: F3, 41 and A7. RGB value is (243,65,167). Sum of RGB (Red+Green+Blue) = 243+65+167=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F341A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F341A7 is #0CBE58. Grayscale: #818181. Windows color (decimal): -835161 or 10961395. OLE color: 10961395.

HSL color Cylindrical-coordinate representation of color #F341A7: hue angle of 325.62º 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 #F341A7 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB24365167-
CMYK00.730.310.05
HSL325.62º88.12%60.39%-
HSV(B)325.62º73.25%95.29%-
XYZ45.8325.6339.09-
YUV129.85148.97208.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.16%
GREEN value IS 65 (25.78% from 255) = 13.68%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=51.16%
G=13.68%
B=35.16%

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
Decimal2436516700.730.310.05325.6288.1260.39
HexF341A70491F5146583c
Octal363101247011137550613074
Binary1111001110000011010011101001001111111011010001101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F341A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F341A7; }

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

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

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

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

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

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

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

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