Html Css Color HEX #FB68BC Hot Pink

📋 copy color: '#FB68BC'

red 251 ◦ green 104 ◦ blue 188

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

Shades of Hot Pink #FB68BC

Tints of Hot Pink #FB68BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 46.22%
G = 19.15%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB68BC (or 0xFB68BC) is known color: Hot Pink. HEX triplet: FB, 68 and BC. RGB value is (251,104,188). Sum of RGB (Red+Green+Blue) = 251+104+188=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68BC is #049743. Grayscale: #9D9D9D. Windows color (decimal): -300868 or 12347643. OLE color: 12347643.

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

Color convert

RGB 251 104 188 -
CMYK 0 0.59 0.25 0.02
HSL 325.71º 0.95% 0.7% -
HSV(B) 325.71º 0.59% 0.98% -
XYZ 53.81 34.04 51.31 -
YUV 157.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 251 104 188 0 0.59 0.25 0.02 325.71 0.95 0.7
Hex FB 68 BC 0 3B 19 2 146 5F 46
Octal 373 150 274 0 73 31 2 506 137 106
Binary 11111011 1101000 10111100 0 111011 11001 10 101000110 1011111 1000110

Color Harmonies of #FB68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68BC

Black with #FB68BC

Text Example


Text Example

White with #FB68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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