Html Css Color HEX #FD65A6 Hot Pink

📋 copy color: '#FD65A6'

red 253 ◦ green 101 ◦ blue 166

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

Shades of Hot Pink #FD65A6

Tints of Hot Pink #FD65A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.92%

R = 48.65%
G = 19.42%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD65A6 (or 0xFD65A6) is known color: Hot Pink. HEX triplet: FD, 65 and A6. RGB value is (253,101,166). Sum of RGB (Red+Green+Blue) = 253+101+166=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD65A6 is #029A59. Grayscale: #999999. Windows color (decimal): -170586 or 10905085. OLE color: 10905085.

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

Color convert

RGB 253 101 166 -
CMYK 0 0.60 0.34 0.01
HSL 334.34º 0.97% 0.69% -
HSV(B) 334.34º 0.6% 0.99% -
XYZ 52.04 32.94 39.69 -
YUV 153.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 253 101 166 0 0.60 0.34 0.01 334.34 0.97 0.69
Hex FD 65 A6 0 3C 22 1 14E 61 45
Octal 375 145 246 0 74 42 1 516 141 105
Binary 11111101 1100101 10100110 0 111100 100010 1 101001110 1100001 1000101

Color Harmonies of #FD65A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65A6

Black with #FD65A6

Text Example


Text Example

White with #FD65A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD65A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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