#FA409C

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

Shades of Wild Strawberry #FA409C

Tints of Wild Strawberry #FA409C

Color information

#FA409C (or 0xFA409C) is unknown color: approx Wild Strawberry. HEX triplet: FA, 40 and 9C. RGB value is (250,64,156). Sum of RGB (Red+Green+Blue) = 250+64+156=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA409C is #05BF63. Grayscale: #818181. Windows color (decimal): -376676 or 10240250. OLE color: 10240250.

HSL color Cylindrical-coordinate representation of color #FA409C: hue angle of 330.32º 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 #FA409C is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB25064156-
CMYK00.740.380.02
HSL330.32º94.9%61.57%-
HSV(B)330.32º74.4%98.04%-
XYZ47.2626.3934.06-
YUV130.1142.62213.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.19%
GREEN value IS 64 (25.39% from 255) = 13.62%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=53.19%
G=13.62%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506415600.740.380.02330.3294.961.57
HexFA409C04A26214a5f3e
Octal372100234011246251213776
Binary1111101010000001001110001001010100110101010010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA409C; }

 p { color: rgb(250,64,156); }

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

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

 a { background-color: rgb(250,64,156); }

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

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

 span { border-color: rgb(250,64,156); }

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