Html Css Color HEX #FB128F Deep Pink

📋 copy color: '#FB128F'

red 251 ◦ green 18 ◦ blue 143

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

Shades of Deep Pink #FB128F

Tints of Deep Pink #FB128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.37%

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 60.92%
G = 4.37%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB128F (or 0xFB128F) is known color: Deep Pink. HEX triplet: FB, 12 and 8F. RGB value is (251,18,143). Sum of RGB (Red+Green+Blue) = 251+18+143=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB128F is #04ED70. Grayscale: #656565. Windows color (decimal): -322929 or 9376507. OLE color: 9376507.

HSL color Cylindrical-coordinate representation of color #FB128F: hue angle of 327.81º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB128F is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 18 143 -
CMYK 0 0.93 0.43 0.02
HSL 327.81º 0.97% 0.53% -
HSV(B) 327.81º 0.93% 0.98% -
XYZ 44.96 22.93 28.04 -
YUV 101.92 151.19 234.34 -
System Red Green Blue C M Y K H S L
Decimal 251 18 143 0 0.93 0.43 0.02 327.81 0.97 0.53
Hex FB 12 8F 0 5D 2B 2 148 61 35
Octal 373 22 217 0 135 53 2 510 141 65
Binary 11111011 10010 10001111 0 1011101 101011 10 101001000 1100001 110101

Color Harmonies of #FB128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB128F

Black with #FB128F

Text Example


Text Example

White with #FB128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB128F; }

 p { color: rgb(251,18,143); }

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

background-color css

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

 a { background-color: rgb(251,18,143); }

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

border-color css

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

 span { border-color: rgb(251,18,143); }

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