Html Css Color HEX #FF5DB3 Hot Pink

📋 copy color: '#FF5DB3'

red 255 ◦ green 93 ◦ blue 179

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

Shades of Hot Pink #FF5DB3

Tints of Hot Pink #FF5DB3

RGB

 RED value IS 255 (100% from 255) = 48.39%

 GREEN value IS 93 (36.72% from 255) = 17.65%

 BLUE value IS 179 (70.31% from 255) = 33.97%

R = 48.39%
G = 17.65%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF5DB3 (or 0xFF5DB3) is known color: Hot Pink. HEX triplet: FF, 5D and B3. RGB value is (255,93,179). Sum of RGB (Red+Green+Blue) = 255+93+179=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DB3 is #00A24C. Grayscale: #979797. Windows color (decimal): -41549 or 11755007. OLE color: 11755007.

HSL color Cylindrical-coordinate representation of color #FF5DB3: hue angle of 328.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DB3 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 93 179 -
CMYK 0 0.64 0.30 0
HSL 328.15º 1% 0.68% -
HSV(B) 328.15º 0.64% 1% -
XYZ 53.29 32.34 46.08 -
YUV 151.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 255 93 179 0 0.64 0.30 0 328.15 1 0.68
Hex FF 5D B3 0 40 1E 0 148 64 44
Octal 377 135 263 0 100 36 0 510 144 104
Binary 11111111 1011101 10110011 0 1000000 11110 0 101001000 1100100 1000100

Color Harmonies of #FF5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5DB3

Black with #FF5DB3

Text Example


Text Example

White with #FF5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5DB3; }

 p { color: rgb(255,93,179); }

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

background-color css

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

 a { background-color: rgb(255,93,179); }

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

border-color css

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

 span { border-color: rgb(255,93,179); }

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