Html Css Color HEX #FF65AB Hot Pink

📋 copy color: '#FF65AB'

red 255 ◦ green 101 ◦ blue 171

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

Shades of Hot Pink #FF65AB

Tints of Hot Pink #FF65AB

RGB

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

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

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

R = 48.39%
G = 19.17%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF65AB (or 0xFF65AB) is known color: Hot Pink. HEX triplet: FF, 65 and AB. RGB value is (255,101,171). Sum of RGB (Red+Green+Blue) = 255+101+171=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF65AB is #009A54. Grayscale: #9A9A9A. Windows color (decimal): -39509 or 11232767. OLE color: 11232767.

HSL color Cylindrical-coordinate representation of color #FF65AB: hue angle of 332.73º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF65AB is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 101 171 -
CMYK 0 0.60 0.33 0
HSL 332.73º 1% 0.7% -
HSV(B) 332.73º 0.6% 1% -
XYZ 53.24 33.51 42.19 -
YUV 155.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 255 101 171 0 0.60 0.33 0 332.73 1 0.7
Hex FF 65 AB 0 3C 21 0 14D 64 46
Octal 377 145 253 0 74 41 0 515 144 106
Binary 11111111 1100101 10101011 0 111100 100001 0 101001101 1100100 1000110

Color Harmonies of #FF65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF65AB

Black with #FF65AB

Text Example


Text Example

White with #FF65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF65AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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