Html Css Color HEX #FB68AB Hot Pink

📋 copy color: '#FB68AB'

red 251 ◦ green 104 ◦ blue 171

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

Shades of Hot Pink #FB68AB

Tints of Hot Pink #FB68AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.77%

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

R = 47.72%
G = 19.77%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB68AB (or 0xFB68AB) is known color: Hot Pink. HEX triplet: FB, 68 and AB. RGB value is (251,104,171). Sum of RGB (Red+Green+Blue) = 251+104+171=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68AB is #049754. Grayscale: #9B9B9B. Windows color (decimal): -300885 or 11233531. OLE color: 11233531.

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

Color convert

RGB 251 104 171 -
CMYK 0 0.59 0.32 0.02
HSL 332.65º 0.95% 0.7% -
HSV(B) 332.65º 0.59% 0.98% -
XYZ 52.08 33.35 42.22 -
YUV 155.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 251 104 171 0 0.59 0.32 0.02 332.65 0.95 0.7
Hex FB 68 AB 0 3B 20 2 14D 5F 46
Octal 373 150 253 0 73 40 2 515 137 106
Binary 11111011 1101000 10101011 0 111011 100000 10 101001101 1011111 1000110

Color Harmonies of #FB68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68AB

Black with #FB68AB

Text Example


Text Example

White with #FB68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68AB; }

 p { color: rgb(251,104,171); }

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

background-color css

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

 a { background-color: rgb(251,104,171); }

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

border-color css

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

 span { border-color: rgb(251,104,171); }

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