Html Css Color HEX #FD6BAC Hot Pink

📋 copy color: '#FD6BAC'

red 253 ◦ green 107 ◦ blue 172

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

Shades of Hot Pink #FD6BAC

Tints of Hot Pink #FD6BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

 BLUE value IS 172 (67.58% from 255) = 32.33%

R = 47.56%
G = 20.11%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD6BAC (or 0xFD6BAC) is known color: Hot Pink. HEX triplet: FD, 6B and AC. RGB value is (253,107,172). Sum of RGB (Red+Green+Blue) = 253+107+172=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6BAC is #029453. Grayscale: #9D9D9D. Windows color (decimal): -169044 or 11299837. OLE color: 11299837.

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

Color convert

RGB 253 107 172 -
CMYK 0 0.58 0.32 0.01
HSL 333.29º 0.97% 0.71% -
HSV(B) 333.29º 0.58% 0.99% -
XYZ 53.21 34.38 42.86 -
YUV 158.06 135.87 195.71 -
System Red Green Blue C M Y K H S L
Decimal 253 107 172 0 0.58 0.32 0.01 333.29 0.97 0.71
Hex FD 6B AC 0 3A 20 1 14D 61 47
Octal 375 153 254 0 72 40 1 515 141 107
Binary 11111101 1101011 10101100 0 111010 100000 1 101001101 1100001 1000111

Color Harmonies of #FD6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6BAC

Black with #FD6BAC

Text Example


Text Example

White with #FD6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6BAC; }

 p { color: rgb(253,107,172); }

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

background-color css

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

 a { background-color: rgb(253,107,172); }

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

border-color css

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

 span { border-color: rgb(253,107,172); }

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