Html Css Color HEX #FB68B9 Hot Pink

📋 copy color: '#FB68B9'

red 251 ◦ green 104 ◦ blue 185

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

Shades of Hot Pink #FB68B9

Tints of Hot Pink #FB68B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 46.48%
G = 19.26%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB68B9 (or 0xFB68B9) is known color: Hot Pink. HEX triplet: FB, 68 and B9. RGB value is (251,104,185). Sum of RGB (Red+Green+Blue) = 251+104+185=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68B9 is #049746. Grayscale: #9D9D9D. Windows color (decimal): -300871 or 12151035. OLE color: 12151035.

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

Color convert

RGB 251 104 185 -
CMYK 0 0.59 0.26 0.02
HSL 326.94º 0.95% 0.7% -
HSV(B) 326.94º 0.59% 0.98% -
XYZ 53.49 33.91 49.63 -
YUV 157.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 251 104 185 0 0.59 0.26 0.02 326.94 0.95 0.7
Hex FB 68 B9 0 3B 1A 2 147 5F 46
Octal 373 150 271 0 73 32 2 507 137 106
Binary 11111011 1101000 10111001 0 111011 11010 10 101000111 1011111 1000110

Color Harmonies of #FB68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68B9

Black with #FB68B9

Text Example


Text Example

White with #FB68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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