Html Css Color HEX #FD70A8 Hot Pink

📋 copy color: '#FD70A8'

red 253 ◦ green 112 ◦ blue 168

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

Shades of Hot Pink #FD70A8

Tints of Hot Pink #FD70A8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.01%

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 47.47%
G = 21.01%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD70A8 (or 0xFD70A8) is known color: Hot Pink. HEX triplet: FD, 70 and A8. RGB value is (253,112,168). Sum of RGB (Red+Green+Blue) = 253+112+168=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD70A8 is #028F57. Grayscale: #A0A0A0. Windows color (decimal): -167768 or 11038973. OLE color: 11038973.

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

Color convert

RGB 253 112 168 -
CMYK 0 0.56 0.34 0.01
HSL 336.17º 0.97% 0.72% -
HSV(B) 336.17º 0.56% 0.99% -
XYZ 53.37 35.3 41.05 -
YUV 160.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 253 112 168 0 0.56 0.34 0.01 336.17 0.97 0.72
Hex FD 70 A8 0 38 22 1 150 61 48
Octal 375 160 250 0 70 42 1 520 141 110
Binary 11111101 1110000 10101000 0 111000 100010 1 101010000 1100001 1001000

Color Harmonies of #FD70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD70A8

Black with #FD70A8

Text Example


Text Example

White with #FD70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD70A8; }

 p { color: rgb(253,112,168); }

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

background-color css

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

 a { background-color: rgb(253,112,168); }

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

border-color css

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

 span { border-color: rgb(253,112,168); }

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