Html Css Color HEX #FB048F Deep Pink

📋 copy color: '#FB048F'

red 251 ◦ green 4 ◦ blue 143

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

Shades of Deep Pink #FB048F

Tints of Deep Pink #FB048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 63.07%
G = 1.01%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB048F (or 0xFB048F) is known color: Deep Pink. HEX triplet: FB, 04 and 8F. RGB value is (251,4,143). Sum of RGB (Red+Green+Blue) = 251+4+143=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB048F is #04FB70. Grayscale: #5D5D5D. Windows color (decimal): -326513 or 9372923. OLE color: 9372923.

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

Color convert

RGB 251 4 143 -
CMYK 0 0.98 0.43 0.02
HSL 326.23º 0.97% 0.5% -
HSV(B) 326.23º 0.98% 0.98% -
XYZ 44.79 22.58 27.98 -
YUV 93.7 155.83 240.2 -
System Red Green Blue C M Y K H S L
Decimal 251 4 143 0 0.98 0.43 0.02 326.23 0.97 0.5
Hex FB 4 8F 0 62 2B 2 146 61 32
Octal 373 4 217 0 142 53 2 506 141 62
Binary 11111011 100 10001111 0 1100010 101011 10 101000110 1100001 110010

Color Harmonies of #FB048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB048F

Black with #FB048F

Text Example


Text Example

White with #FB048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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