Html Css Color HEX #FD6FAC Hot Pink

📋 copy color: '#FD6FAC'

red 253 ◦ green 111 ◦ blue 172

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

Shades of Hot Pink #FD6FAC

Tints of Hot Pink #FD6FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.71%

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

R = 47.2%
G = 20.71%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD6FAC (or 0xFD6FAC) is known color: Hot Pink. HEX triplet: FD, 6F and AC. RGB value is (253,111,172). Sum of RGB (Red+Green+Blue) = 253+111+172=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6FAC is #029053. Grayscale: #A0A0A0. Windows color (decimal): -168020 or 11300861. OLE color: 11300861.

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

Color convert

RGB 253 111 172 -
CMYK 0 0.56 0.32 0.01
HSL 334.23º 0.97% 0.71% -
HSV(B) 334.23º 0.56% 0.99% -
XYZ 53.64 35.23 43 -
YUV 160.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 253 111 172 0 0.56 0.32 0.01 334.23 0.97 0.71
Hex FD 6F AC 0 38 20 1 14E 61 47
Octal 375 157 254 0 70 40 1 516 141 107
Binary 11111101 1101111 10101100 0 111000 100000 1 101001110 1100001 1000111

Color Harmonies of #FD6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6FAC

Black with #FD6FAC

Text Example


Text Example

White with #FD6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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