Html Css Color HEX #FD6DB0 Hot Pink

📋 copy color: '#FD6DB0'

red 253 ◦ green 109 ◦ blue 176

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

Shades of Hot Pink #FD6DB0

Tints of Hot Pink #FD6DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.71%

R = 47.03%
G = 20.26%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD6DB0 (or 0xFD6DB0) is known color: Hot Pink. HEX triplet: FD, 6D and B0. RGB value is (253,109,176). Sum of RGB (Red+Green+Blue) = 253+109+176=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6DB0 is #02924F. Grayscale: #9F9F9F. Windows color (decimal): -168528 or 11562493. OLE color: 11562493.

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

Color convert

RGB 253 109 176 -
CMYK 0 0.57 0.30 0.01
HSL 332.08º 0.97% 0.71% -
HSV(B) 332.08º 0.57% 0.99% -
XYZ 53.81 34.95 44.98 -
YUV 159.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 253 109 176 0 0.57 0.30 0.01 332.08 0.97 0.71
Hex FD 6D B0 0 39 1E 1 14C 61 47
Octal 375 155 260 0 71 36 1 514 141 107
Binary 11111101 1101101 10110000 0 111001 11110 1 101001100 1100001 1000111

Color Harmonies of #FD6DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6DB0

Black with #FD6DB0

Text Example


Text Example

White with #FD6DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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