#FC41A7

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

Shades of Wild Strawberry #FC41A7

Tints of Wild Strawberry #FC41A7

Color information

#FC41A7 (or 0xFC41A7) is unknown color: approx Wild Strawberry. HEX triplet: FC, 41 and A7. RGB value is (252,65,167). Sum of RGB (Red+Green+Blue) = 252+65+167=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC41A7 is #03BE58. Grayscale: #848484. Windows color (decimal): -245337 or 10961404. OLE color: 10961404.

HSL color Cylindrical-coordinate representation of color #FC41A7: hue angle of 327.27º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC41A7 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB25265167-
CMYK00.740.340.01
HSL327.27º96.89%62.16%-
HSV(B)327.27º74.21%98.82%-
XYZ49.0127.2739.24-
YUV132.54147.45213.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.07%
GREEN value IS 65 (25.78% from 255) = 13.43%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=52.07%
G=13.43%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526516700.740.340.01327.2796.8962.16
HexFC41A704A221147613e
Octal374101247011242150714176
Binary111111001000001101001110100101010001011010001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC41A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC41A7; }

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

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

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

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

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

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

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

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