Html Css Color HEX #FD6DB4 Hot Pink

📋 copy color: '#FD6DB4'

red 253 ◦ green 109 ◦ blue 180

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

Shades of Hot Pink #FD6DB4

Tints of Hot Pink #FD6DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.11%

 BLUE value IS 180 (70.7% from 255) = 33.21%

R = 46.68%
G = 20.11%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FD6DB4 (or 0xFD6DB4) is known color: Hot Pink. HEX triplet: FD, 6D and B4. RGB value is (253,109,180). Sum of RGB (Red+Green+Blue) = 253+109+180=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DB4 is #02924B. Grayscale: #A0A0A0. Windows color (decimal): -168524 or 11824637. OLE color: 11824637.

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

Color convert

RGB 253 109 180 -
CMYK 0 0.57 0.29 0.01
HSL 330.42º 0.97% 0.71% -
HSV(B) 330.42º 0.57% 0.99% -
XYZ 54.21 35.12 47.1 -
YUV 160.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 253 109 180 0 0.57 0.29 0.01 330.42 0.97 0.71
Hex FD 6D B4 0 39 1D 1 14A 61 47
Octal 375 155 264 0 71 35 1 512 141 107
Binary 11111101 1101101 10110100 0 111001 11101 1 101001010 1100001 1000111

Color Harmonies of #FD6DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6DB4

Black with #FD6DB4

Text Example


Text Example

White with #FD6DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6DB4; }

 p { color: rgb(253,109,180); }

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

background-color css

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

 a { background-color: rgb(253,109,180); }

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

border-color css

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

 span { border-color: rgb(253,109,180); }

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