Html Css Color HEX #FC40AA Wild Strawberry

📋 copy color: '#FC40AA'

red 252 ◦ green 64 ◦ blue 170

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

Shades of Wild Strawberry #FC40AA

Tints of Wild Strawberry #FC40AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 51.85%
G = 13.17%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC40AA (or 0xFC40AA) is known color: Wild Strawberry. HEX triplet: FC, 40 and AA. RGB value is (252,64,170). Sum of RGB (Red+Green+Blue) = 252+64+170=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40AA is #03BF55. Grayscale: #848484. Windows color (decimal): -245590 or 11157756. OLE color: 11157756.

HSL color Cylindrical-coordinate representation of color #FC40AA: hue angle of 326.17º 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 #FC40AA is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 170 -
CMYK 0 0.75 0.33 0.01
HSL 326.17º 0.97% 0.62% -
HSV(B) 326.17º 0.75% 0.99% -
XYZ 49.23 27.26 40.7 -
YUV 132.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 252 64 170 0 0.75 0.33 0.01 326.17 0.97 0.62
Hex FC 40 AA 0 4B 21 1 146 61 3E
Octal 374 100 252 0 113 41 1 506 141 76
Binary 11111100 1000000 10101010 0 1001011 100001 1 101000110 1100001 111110

Color Harmonies of #FC40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40AA

Black with #FC40AA

Text Example


Text Example

White with #FC40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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