Html Css Color HEX #FC40A1 Wild Strawberry

📋 copy color: '#FC40A1'

red 252 ◦ green 64 ◦ blue 161

#FC40A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FC40A1

Tints of Wild Strawberry #FC40A1

RGB

 RED value IS 252 (98.83% from 255) = 52.83%

 GREEN value IS 64 (25.39% from 255) = 13.42%

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 52.83%
G = 13.42%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC40A1 (or 0xFC40A1) is known color: Wild Strawberry. HEX triplet: FC, 40 and A1. RGB value is (252,64,161). Sum of RGB (Red+Green+Blue) = 252+64+161=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40A1 is #03BF5E. Grayscale: #838383. Windows color (decimal): -245599 or 10567932. OLE color: 10567932.

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

Color convert

RGB 252 64 161 -
CMYK 0 0.75 0.36 0.01
HSL 329.04º 0.97% 0.62% -
HSV(B) 329.04º 0.75% 0.99% -
XYZ 48.41 26.94 36.37 -
YUV 131.27 144.78 214.11 -
System Red Green Blue C M Y K H S L
Decimal 252 64 161 0 0.75 0.36 0.01 329.04 0.97 0.62
Hex FC 40 A1 0 4B 24 1 149 61 3E
Octal 374 100 241 0 113 44 1 511 141 76
Binary 11111100 1000000 10100001 0 1001011 100100 1 101001001 1100001 111110

Color Harmonies of #FC40A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40A1

Black with #FC40A1

Text Example


Text Example

White with #FC40A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40A1; }

 p { color: rgb(252,64,161); }

 H1.HeaderClassName
 {
   color: #FC40A1;
 }
 .AnyTagClassName
 {
   color: #FC40A1;
 }
</style>

background-color css

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

 a { background-color: rgb(252,64,161); }

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

border-color css

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

 span { border-color: rgb(252,64,161); }

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