#FA338A

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

Shades of Wild Strawberry #FA338A

Tints of Wild Strawberry #FA338A

Color information

#FA338A (or 0xFA338A) is unknown color: approx Wild Strawberry. HEX triplet: FA, 33 and 8A. RGB value is (250,51,138). Sum of RGB (Red+Green+Blue) = 250+51+138=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA338A is #05CC75. Grayscale: #787878. Windows color (decimal): -380022 or 9057274. OLE color: 9057274.

HSL color Cylindrical-coordinate representation of color #FA338A: hue angle of 333.77º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA338A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB25051138-
CMYK00.800.450.02
HSL333.77º95.22%59.02%-
HSV(B)333.77º79.6%98.04%-
XYZ45.224.5326.4-
YUV120.42137.93220.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.95%
GREEN value IS 51 (20.31% from 255) = 11.62%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=56.95%
G=11.62%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505113800.800.450.02333.7795.2259.02
HexFA338A0502D214e5f3b
Octal37263212012055251613773
Binary111110101100111000101001010000101101101010011101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA338A; }

 p { color: rgb(250,51,138); }

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

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

 a { background-color: rgb(250,51,138); }

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

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

 span { border-color: rgb(250,51,138); }

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