Html Css Color HEX #FB0085 Deep Pink

📋 copy color: '#FB0085'

red 251 ◦ green 0 ◦ blue 133

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

Shades of Deep Pink #FB0085

Tints of Deep Pink #FB0085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 65.36%
G = 0%
B = 34.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB0085 (or 0xFB0085) is known color: Deep Pink. HEX triplet: FB, 00 and 85. RGB value is (251,0,133). Sum of RGB (Red+Green+Blue) = 251+0+133=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0085 is #04FF7A. Grayscale: #595959. Windows color (decimal): -327547 or 8716539. OLE color: 8716539.

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

Color convert

RGB 251 0 133 -
CMYK 0 1 0.47 0.02
HSL 328.21º 1% 0.49% -
HSV(B) 328.21º 1% 0.98% -
XYZ 44.02 22.2 24.16 -
YUV 90.21 152.16 242.69 -
System Red Green Blue C M Y K H S L
Decimal 251 0 133 0 1 0.47 0.02 328.21 1 0.49
Hex FB 0 85 0 64 2F 2 148 64 31
Octal 373 0 205 0 144 57 2 510 144 61
Binary 11111011 0 10000101 0 1100100 101111 10 101001000 1100100 110001

Color Harmonies of #FB0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0085

Black with #FB0085

Text Example


Text Example

White with #FB0085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0085; }

 p { color: rgb(251,0,133); }

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

background-color css

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

 a { background-color: rgb(251,0,133); }

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

border-color css

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

 span { border-color: rgb(251,0,133); }

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