Html Css Color HEX #FB157F Deep Pink

📋 copy color: '#FB157F'

red 251 ◦ green 21 ◦ blue 127

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

Shades of Deep Pink #FB157F

Tints of Deep Pink #FB157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.26%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 62.91%
G = 5.26%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB157F (or 0xFB157F) is known color: Deep Pink. HEX triplet: FB, 15 and 7F. RGB value is (251,21,127). Sum of RGB (Red+Green+Blue) = 251+21+127=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB157F is #04EA80. Grayscale: #656565. Windows color (decimal): -322177 or 8328699. OLE color: 8328699.

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

Color convert

RGB 251 21 127 -
CMYK 0 0.92 0.49 0.02
HSL 332.35º 0.97% 0.53% -
HSV(B) 332.35º 0.92% 0.98% -
XYZ 43.88 22.58 22.12 -
YUV 101.85 142.2 234.38 -
System Red Green Blue C M Y K H S L
Decimal 251 21 127 0 0.92 0.49 0.02 332.35 0.97 0.53
Hex FB 15 7F 0 5C 31 2 14C 61 35
Octal 373 25 177 0 134 61 2 514 141 65
Binary 11111011 10101 1111111 0 1011100 110001 10 101001100 1100001 110101

Color Harmonies of #FB157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB157F

Black with #FB157F

Text Example


Text Example

White with #FB157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB157F; }

 p { color: rgb(251,21,127); }

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

background-color css

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

 a { background-color: rgb(251,21,127); }

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

border-color css

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

 span { border-color: rgb(251,21,127); }

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