Html Css Color HEX #FD70AF Hot Pink

📋 copy color: '#FD70AF'

red 253 ◦ green 112 ◦ blue 175

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

Shades of Hot Pink #FD70AF

Tints of Hot Pink #FD70AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 46.85%
G = 20.74%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD70AF (or 0xFD70AF) is known color: Hot Pink. HEX triplet: FD, 70 and AF. RGB value is (253,112,175). Sum of RGB (Red+Green+Blue) = 253+112+175=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD70AF is #028F50. Grayscale: #A1A1A1. Windows color (decimal): -167761 or 11497725. OLE color: 11497725.

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

Color convert

RGB 253 112 175 -
CMYK 0 0.56 0.31 0.01
HSL 333.19º 0.97% 0.72% -
HSV(B) 333.19º 0.56% 0.99% -
XYZ 54.04 35.57 44.57 -
YUV 161.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 253 112 175 0 0.56 0.31 0.01 333.19 0.97 0.72
Hex FD 70 AF 0 38 1F 1 14D 61 48
Octal 375 160 257 0 70 37 1 515 141 110
Binary 11111101 1110000 10101111 0 111000 11111 1 101001101 1100001 1001000

Color Harmonies of #FD70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD70AF

Black with #FD70AF

Text Example


Text Example

White with #FD70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD70AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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