#FA419E

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

Shades of Wild Strawberry #FA419E

Tints of Wild Strawberry #FA419E

Color information

#FA419E (or 0xFA419E) is unknown color: approx Wild Strawberry. HEX triplet: FA, 41 and 9E. RGB value is (250,65,158). Sum of RGB (Red+Green+Blue) = 250+65+158=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA419E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA419E is #05BE61. Grayscale: #828282. Windows color (decimal): -376418 or 10371578. OLE color: 10371578.

HSL color Cylindrical-coordinate representation of color #FA419E: hue angle of 329.84º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA419E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25065158-
CMYK00.740.370.02
HSL329.84º94.87%61.76%-
HSV(B)329.84º74%98.04%-
XYZ47.4926.5734.97-
YUV130.92143.29212.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.85%
GREEN value IS 65 (25.78% from 255) = 13.74%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=52.85%
G=13.74%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506515800.740.370.02329.8494.8761.76
HexFA419E04A25214a5f3e
Octal372101236011245251213776
Binary1111101010000011001111001001010100101101010010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA419E; }

 p { color: rgb(250,65,158); }

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

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

 a { background-color: rgb(250,65,158); }

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

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

 span { border-color: rgb(250,65,158); }

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