Html Css Color HEX #FD40AB Wild Strawberry

📋 copy color: '#FD40AB'

red 253 ◦ green 64 ◦ blue 171

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

Shades of Wild Strawberry #FD40AB

Tints of Wild Strawberry #FD40AB

RGB

 RED value IS 253 (99.22% from 255) = 51.84%

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

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

R = 51.84%
G = 13.11%
B = 35.04%

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

#FD40AB (or 0xFD40AB) is known color: Wild Strawberry. HEX triplet: FD, 40 and AB. RGB value is (253,64,171). Sum of RGB (Red+Green+Blue) = 253+64+171=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD40AB is #02BF54. Grayscale: #848484. Windows color (decimal): -180053 or 11223293. OLE color: 11223293.

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

Color convert

RGB 253 64 171 -
CMYK 0 0.75 0.32 0.01
HSL 326.03º 0.98% 0.62% -
HSV(B) 326.03º 0.75% 0.99% -
XYZ 49.69 27.49 41.22 -
YUV 132.71 149.62 213.8 -
System Red Green Blue C M Y K H S L
Decimal 253 64 171 0 0.75 0.32 0.01 326.03 0.98 0.62
Hex FD 40 AB 0 4B 20 1 146 62 3E
Octal 375 100 253 0 113 40 1 506 142 76
Binary 11111101 1000000 10101011 0 1001011 100000 1 101000110 1100010 111110

Color Harmonies of #FD40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD40AB

Black with #FD40AB

Text Example


Text Example

White with #FD40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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