Html Css Color HEX #FD65AB Hot Pink

📋 copy color: '#FD65AB'

red 253 ◦ green 101 ◦ blue 171

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

Shades of Hot Pink #FD65AB

Tints of Hot Pink #FD65AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.24%

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 48.19%
G = 19.24%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD65AB (or 0xFD65AB) is known color: Hot Pink. HEX triplet: FD, 65 and AB. RGB value is (253,101,171). Sum of RGB (Red+Green+Blue) = 253+101+171=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD65AB is #029A54. Grayscale: #9A9A9A. Windows color (decimal): -170581 or 11232765. OLE color: 11232765.

HSL color Cylindrical-coordinate representation of color #FD65AB: hue angle of 332.37º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65AB is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 171 -
CMYK 0 0.60 0.32 0.01
HSL 332.37º 0.97% 0.69% -
HSV(B) 332.37º 0.6% 0.99% -
XYZ 52.51 33.13 42.16 -
YUV 154.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 253 101 171 0 0.60 0.32 0.01 332.37 0.97 0.69
Hex FD 65 AB 0 3C 20 1 14C 61 45
Octal 375 145 253 0 74 40 1 514 141 105
Binary 11111101 1100101 10101011 0 111100 100000 1 101001100 1100001 1000101

Color Harmonies of #FD65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65AB

Black with #FD65AB

Text Example


Text Example

White with #FD65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD65AB; }

 p { color: rgb(253,101,171); }

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

background-color css

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

 a { background-color: rgb(253,101,171); }

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

border-color css

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

 span { border-color: rgb(253,101,171); }

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