Html Css Color HEX #FB188C Deep Pink

📋 copy color: '#FB188C'

red 251 ◦ green 24 ◦ blue 140

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

Shades of Deep Pink #FB188C

Tints of Deep Pink #FB188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 60.48%
G = 5.78%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB188C (or 0xFB188C) is known color: Deep Pink. HEX triplet: FB, 18 and 8C. RGB value is (251,24,140). Sum of RGB (Red+Green+Blue) = 251+24+140=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB188C is #04E773. Grayscale: #686868. Windows color (decimal): -321396 or 9181435. OLE color: 9181435.

HSL color Cylindrical-coordinate representation of color #FB188C: hue angle of 329.34º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB188C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 24 140 -
CMYK 0 0.90 0.44 0.02
HSL 329.34º 0.97% 0.54% -
HSV(B) 329.34º 0.9% 0.98% -
XYZ 44.84 23.06 26.9 -
YUV 105.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 251 24 140 0 0.90 0.44 0.02 329.34 0.97 0.54
Hex FB 18 8C 0 5A 2C 2 149 61 36
Octal 373 30 214 0 132 54 2 511 141 66
Binary 11111011 11000 10001100 0 1011010 101100 10 101001001 1100001 110110

Color Harmonies of #FB188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB188C

Black with #FB188C

Text Example


Text Example

White with #FB188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB188C; }

 p { color: rgb(251,24,140); }

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

background-color css

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

 a { background-color: rgb(251,24,140); }

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

border-color css

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

 span { border-color: rgb(251,24,140); }

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