Html Css Color HEX #FD6DBA Hot Pink

📋 copy color: '#FD6DBA'

red 253 ◦ green 109 ◦ blue 186

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

Shades of Hot Pink #FD6DBA

Tints of Hot Pink #FD6DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 46.17%
G = 19.89%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD6DBA (or 0xFD6DBA) is known color: Hot Pink. HEX triplet: FD, 6D and BA. RGB value is (253,109,186). Sum of RGB (Red+Green+Blue) = 253+109+186=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DBA is #029245. Grayscale: #A0A0A0. Windows color (decimal): -168518 or 12217853. OLE color: 12217853.

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

Color convert

RGB 253 109 186 -
CMYK 0 0.57 0.26 0.01
HSL 327.92º 0.97% 0.71% -
HSV(B) 327.92º 0.57% 0.99% -
XYZ 54.84 35.37 50.39 -
YUV 160.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 253 109 186 0 0.57 0.26 0.01 327.92 0.97 0.71
Hex FD 6D BA 0 39 1A 1 148 61 47
Octal 375 155 272 0 71 32 1 510 141 107
Binary 11111101 1101101 10111010 0 111001 11010 1 101001000 1100001 1000111

Color Harmonies of #FD6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6DBA

Black with #FD6DBA

Text Example


Text Example

White with #FD6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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