Html Css Color HEX #FC40AB Wild Strawberry

📋 copy color: '#FC40AB'

red 252 ◦ green 64 ◦ blue 171

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

Shades of Wild Strawberry #FC40AB

Tints of Wild Strawberry #FC40AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 51.75%
G = 13.14%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC40AB (or 0xFC40AB) is known color: Wild Strawberry. HEX triplet: FC, 40 and AB. RGB value is (252,64,171). Sum of RGB (Red+Green+Blue) = 252+64+171=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40AB is #03BF54. Grayscale: #848484. Windows color (decimal): -245589 or 11223292. OLE color: 11223292.

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

Color convert

RGB 252 64 171 -
CMYK 0 0.75 0.32 0.01
HSL 325.85º 0.97% 0.62% -
HSV(B) 325.85º 0.75% 0.99% -
XYZ 49.33 27.3 41.2 -
YUV 132.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 252 64 171 0 0.75 0.32 0.01 325.85 0.97 0.62
Hex FC 40 AB 0 4B 20 1 146 61 3E
Octal 374 100 253 0 113 40 1 506 141 76
Binary 11111100 1000000 10101011 0 1001011 100000 1 101000110 1100001 111110

Color Harmonies of #FC40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40AB

Black with #FC40AB

Text Example


Text Example

White with #FC40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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