Html Css Color HEX #FB68B5 Hot Pink

📋 copy color: '#FB68B5'

red 251 ◦ green 104 ◦ blue 181

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

Shades of Hot Pink #FB68B5

Tints of Hot Pink #FB68B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.77%

R = 46.83%
G = 19.4%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB68B5 (or 0xFB68B5) is known color: Hot Pink. HEX triplet: FB, 68 and B5. RGB value is (251,104,181). Sum of RGB (Red+Green+Blue) = 251+104+181=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68B5 is #04974A. Grayscale: #9C9C9C. Windows color (decimal): -300875 or 11888891. OLE color: 11888891.

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

Color convert

RGB 251 104 181 -
CMYK 0 0.59 0.28 0.02
HSL 328.57º 0.95% 0.7% -
HSV(B) 328.57º 0.59% 0.98% -
XYZ 53.07 33.75 47.43 -
YUV 156.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 251 104 181 0 0.59 0.28 0.02 328.57 0.95 0.7
Hex FB 68 B5 0 3B 1C 2 149 5F 46
Octal 373 150 265 0 73 34 2 511 137 106
Binary 11111011 1101000 10110101 0 111011 11100 10 101001001 1011111 1000110

Color Harmonies of #FB68B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68B5

Black with #FB68B5

Text Example


Text Example

White with #FB68B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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