Html Css Color HEX #FB6BA1 Hot Pink

📋 copy color: '#FB6BA1'

red 251 ◦ green 107 ◦ blue 161

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

Shades of Hot Pink #FB6BA1

Tints of Hot Pink #FB6BA1

RGB

 RED value IS 251 (98.44% from 255) = 48.36%

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

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

R = 48.36%
G = 20.62%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB6BA1 (or 0xFB6BA1) is known color: Hot Pink. HEX triplet: FB, 6B and A1. RGB value is (251,107,161). Sum of RGB (Red+Green+Blue) = 251+107+161=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6BA1 is #04945E. Grayscale: #9C9C9C. Windows color (decimal): -300127 or 10578939. OLE color: 10578939.

HSL color Cylindrical-coordinate representation of color #FB6BA1: hue angle of 337.5º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6BA1 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 107 161 -
CMYK 0 0.57 0.36 0.02
HSL 337.5º 0.95% 0.7% -
HSV(B) 337.5º 0.57% 0.98% -
XYZ 51.47 33.6 37.49 -
YUV 156.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 251 107 161 0 0.57 0.36 0.02 337.5 0.95 0.7
Hex FB 6B A1 0 39 24 2 152 5F 46
Octal 373 153 241 0 71 44 2 522 137 106
Binary 11111011 1101011 10100001 0 111001 100100 10 101010010 1011111 1000110

Color Harmonies of #FB6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6BA1

Black with #FB6BA1

Text Example


Text Example

White with #FB6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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