Html Css Color HEX #FB68A6 Hot Pink

📋 copy color: '#FB68A6'

red 251 ◦ green 104 ◦ blue 166

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

Shades of Hot Pink #FB68A6

Tints of Hot Pink #FB68A6

RGB

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

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

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

R = 48.18%
G = 19.96%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB68A6 (or 0xFB68A6) is known color: Hot Pink. HEX triplet: FB, 68 and A6. RGB value is (251,104,166). Sum of RGB (Red+Green+Blue) = 251+104+166=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68A6 is #049759. Grayscale: #9A9A9A. Windows color (decimal): -300890 or 10905851. OLE color: 10905851.

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

Color convert

RGB 251 104 166 -
CMYK 0 0.59 0.34 0.02
HSL 334.69º 0.95% 0.7% -
HSV(B) 334.69º 0.59% 0.98% -
XYZ 51.62 33.16 39.76 -
YUV 155.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 251 104 166 0 0.59 0.34 0.02 334.69 0.95 0.7
Hex FB 68 A6 0 3B 22 2 14F 5F 46
Octal 373 150 246 0 73 42 2 517 137 106
Binary 11111011 1101000 10100110 0 111011 100010 10 101001111 1011111 1000110

Color Harmonies of #FB68A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68A6

Black with #FB68A6

Text Example


Text Example

White with #FB68A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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