Html Css Color HEX #FB037F Deep Pink

📋 copy color: '#FB037F'

red 251 ◦ green 3 ◦ blue 127

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

Shades of Deep Pink #FB037F

Tints of Deep Pink #FB037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 65.88%
G = 0.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB037F (or 0xFB037F) is known color: Deep Pink. HEX triplet: FB, 03 and 7F. RGB value is (251,3,127). Sum of RGB (Red+Green+Blue) = 251+3+127=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB037F is #04FC80. Grayscale: #5B5B5B. Windows color (decimal): -326785 or 8324091. OLE color: 8324091.

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

Color convert

RGB 251 3 127 -
CMYK 0 0.99 0.49 0.02
HSL 330º 0.98% 0.5% -
HSV(B) 330º 0.99% 0.98% -
XYZ 43.65 22.11 22.05 -
YUV 91.29 148.16 241.92 -
System Red Green Blue C M Y K H S L
Decimal 251 3 127 0 0.99 0.49 0.02 330 0.98 0.5
Hex FB 3 7F 0 63 31 2 14A 62 32
Octal 373 3 177 0 143 61 2 512 142 62
Binary 11111011 11 1111111 0 1100011 110001 10 101001010 1100010 110010

Color Harmonies of #FB037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB037F

Black with #FB037F

Text Example


Text Example

White with #FB037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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