Html Css Color HEX #FB68AD Hot Pink

📋 copy color: '#FB68AD'

red 251 ◦ green 104 ◦ blue 173

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

Shades of Hot Pink #FB68AD

Tints of Hot Pink #FB68AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 47.54%
G = 19.7%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB68AD (or 0xFB68AD) is known color: Hot Pink. HEX triplet: FB, 68 and AD. RGB value is (251,104,173). Sum of RGB (Red+Green+Blue) = 251+104+173=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68AD is #049752. Grayscale: #9B9B9B. Windows color (decimal): -300883 or 11364603. OLE color: 11364603.

HSL color Cylindrical-coordinate representation of color #FB68AD: hue angle of 331.84º 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 #FB68AD is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 104 173 -
CMYK 0 0.59 0.31 0.02
HSL 331.84º 0.95% 0.7% -
HSV(B) 331.84º 0.59% 0.98% -
XYZ 52.28 33.43 43.23 -
YUV 155.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 251 104 173 0 0.59 0.31 0.02 331.84 0.95 0.7
Hex FB 68 AD 0 3B 1F 2 14C 5F 46
Octal 373 150 255 0 73 37 2 514 137 106
Binary 11111011 1101000 10101101 0 111011 11111 10 101001100 1011111 1000110

Color Harmonies of #FB68AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68AD

Black with #FB68AD

Text Example


Text Example

White with #FB68AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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