Html Css Color HEX #FD71BA Hot Pink

📋 copy color: '#FD71BA'

red 253 ◦ green 113 ◦ blue 186

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

Shades of Hot Pink #FD71BA

Tints of Hot Pink #FD71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.47%

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

R = 45.83%
G = 20.47%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD71BA (or 0xFD71BA) is known color: Hot Pink. HEX triplet: FD, 71 and BA. RGB value is (253,113,186). Sum of RGB (Red+Green+Blue) = 253+113+186=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD71BA is #028E45. Grayscale: #A3A3A3. Windows color (decimal): -167494 or 12218877. OLE color: 12218877.

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

Color convert

RGB 253 113 186 -
CMYK 0 0.55 0.26 0.01
HSL 328.71º 0.97% 0.72% -
HSV(B) 328.71º 0.55% 0.99% -
XYZ 55.28 36.24 50.54 -
YUV 163.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 253 113 186 0 0.55 0.26 0.01 328.71 0.97 0.72
Hex FD 71 BA 0 37 1A 1 149 61 48
Octal 375 161 272 0 67 32 1 511 141 110
Binary 11111101 1110001 10111010 0 110111 11010 1 101001001 1100001 1001000

Color Harmonies of #FD71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD71BA

Black with #FD71BA

Text Example


Text Example

White with #FD71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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