Html Css Color HEX #FB68A8 Hot Pink

📋 copy color: '#FB68A8'

red 251 ◦ green 104 ◦ blue 168

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

Shades of Hot Pink #FB68A8

Tints of Hot Pink #FB68A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.12%

R = 47.99%
G = 19.89%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB68A8 (or 0xFB68A8) is known color: Hot Pink. HEX triplet: FB, 68 and A8. RGB value is (251,104,168). Sum of RGB (Red+Green+Blue) = 251+104+168=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68A8 is #049757. Grayscale: #9B9B9B. Windows color (decimal): -300888 or 11036923. OLE color: 11036923.

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

Color convert

RGB 251 104 168 -
CMYK 0 0.59 0.33 0.02
HSL 333.88º 0.95% 0.7% -
HSV(B) 333.88º 0.59% 0.98% -
XYZ 51.8 33.24 40.73 -
YUV 155.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 251 104 168 0 0.59 0.33 0.02 333.88 0.95 0.7
Hex FB 68 A8 0 3B 21 2 14E 5F 46
Octal 373 150 250 0 73 41 2 516 137 106
Binary 11111011 1101000 10101000 0 111011 100001 10 101001110 1011111 1000110

Color Harmonies of #FB68A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68A8

Black with #FB68A8

Text Example


Text Example

White with #FB68A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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