Html Css Color HEX #FD6BA1 Hot Pink

📋 copy color: '#FD6BA1'

red 253 ◦ green 107 ◦ blue 161

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

Shades of Hot Pink #FD6BA1

Tints of Hot Pink #FD6BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

 BLUE value IS 161 (63.28% from 255) = 30.9%

R = 48.56%
G = 20.54%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD6BA1 (or 0xFD6BA1) is known color: Hot Pink. HEX triplet: FD, 6B and A1. RGB value is (253,107,161). Sum of RGB (Red+Green+Blue) = 253+107+161=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6BA1 is #02945E. Grayscale: #9C9C9C. Windows color (decimal): -169055 or 10578941. OLE color: 10578941.

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

Color convert

RGB 253 107 161 -
CMYK 0 0.58 0.36 0.01
HSL 337.81º 0.97% 0.71% -
HSV(B) 337.81º 0.58% 0.99% -
XYZ 52.2 33.97 37.52 -
YUV 156.81 130.37 196.61 -
System Red Green Blue C M Y K H S L
Decimal 253 107 161 0 0.58 0.36 0.01 337.81 0.97 0.71
Hex FD 6B A1 0 3A 24 1 152 61 47
Octal 375 153 241 0 72 44 1 522 141 107
Binary 11111101 1101011 10100001 0 111010 100100 1 101010010 1100001 1000111

Color Harmonies of #FD6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6BA1

Black with #FD6BA1

Text Example


Text Example

White with #FD6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6BA1; }

 p { color: rgb(253,107,161); }

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

background-color css

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

 a { background-color: rgb(253,107,161); }

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

border-color css

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

 span { border-color: rgb(253,107,161); }

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