Html Css Color HEX #FD6CAC Hot Pink

📋 copy color: '#FD6CAC'

red 253 ◦ green 108 ◦ blue 172

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

Shades of Hot Pink #FD6CAC

Tints of Hot Pink #FD6CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.26%

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

R = 47.47%
G = 20.26%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD6CAC (or 0xFD6CAC) is known color: Hot Pink. HEX triplet: FD, 6C and AC. RGB value is (253,108,172). Sum of RGB (Red+Green+Blue) = 253+108+172=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6CAC is #029353. Grayscale: #9E9E9E. Windows color (decimal): -168788 or 11300093. OLE color: 11300093.

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

Color convert

RGB 253 108 172 -
CMYK 0 0.57 0.32 0.01
HSL 333.52º 0.97% 0.71% -
HSV(B) 333.52º 0.57% 0.99% -
XYZ 53.32 34.59 42.9 -
YUV 158.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 253 108 172 0 0.57 0.32 0.01 333.52 0.97 0.71
Hex FD 6C AC 0 39 20 1 14E 61 47
Octal 375 154 254 0 71 40 1 516 141 107
Binary 11111101 1101100 10101100 0 111001 100000 1 101001110 1100001 1000111

Color Harmonies of #FD6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6CAC

Black with #FD6CAC

Text Example


Text Example

White with #FD6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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