Html Css Color HEX #FB0475 Deep Pink

📋 copy color: '#FB0475'

red 251 ◦ green 4 ◦ blue 117

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

Shades of Deep Pink #FB0475

Tints of Deep Pink #FB0475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 67.47%
G = 1.08%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB0475 (or 0xFB0475) is known color: Deep Pink. HEX triplet: FB, 04 and 75. RGB value is (251,4,117). Sum of RGB (Red+Green+Blue) = 251+4+117=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0475 is #04FB8A. Grayscale: #5A5A5A. Windows color (decimal): -326539 or 7668987. OLE color: 7668987.

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

Color convert

RGB 251 4 117 -
CMYK 0 0.98 0.53 0.02
HSL 332.55º 0.97% 0.5% -
HSV(B) 332.55º 0.98% 0.98% -
XYZ 43.04 21.88 18.78 -
YUV 90.74 142.83 242.31 -
System Red Green Blue C M Y K H S L
Decimal 251 4 117 0 0.98 0.53 0.02 332.55 0.97 0.5
Hex FB 4 75 0 62 35 2 14D 61 32
Octal 373 4 165 0 142 65 2 515 141 62
Binary 11111011 100 1110101 0 1100010 110101 10 101001101 1100001 110010

Color Harmonies of #FB0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0475

Black with #FB0475

Text Example


Text Example

White with #FB0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0475; }

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

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

background-color css

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

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

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

border-color css

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

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

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