Html Css Color HEX #FB137F Deep Pink

📋 copy color: '#FB137F'

red 251 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #FB137F

Tints of Deep Pink #FB137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.79%

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

R = 63.22%
G = 4.79%
B = 31.99%

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

#FB137F (or 0xFB137F) is known color: Deep Pink. HEX triplet: FB, 13 and 7F. RGB value is (251,19,127). Sum of RGB (Red+Green+Blue) = 251+19+127=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB137F is #04EC80. Grayscale: #646464. Windows color (decimal): -322689 or 8328187. OLE color: 8328187.

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

Color convert

RGB 251 19 127 -
CMYK 0 0.92 0.49 0.02
HSL 332.07º 0.97% 0.53% -
HSV(B) 332.07º 0.92% 0.98% -
XYZ 43.85 22.51 22.11 -
YUV 100.68 142.86 235.22 -
System Red Green Blue C M Y K H S L
Decimal 251 19 127 0 0.92 0.49 0.02 332.07 0.97 0.53
Hex FB 13 7F 0 5C 31 2 14C 61 35
Octal 373 23 177 0 134 61 2 514 141 65
Binary 11111011 10011 1111111 0 1011100 110001 10 101001100 1100001 110101

Color Harmonies of #FB137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB137F

Black with #FB137F

Text Example


Text Example

White with #FB137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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