Html Css Color HEX #FB0384 Deep Pink

📋 copy color: '#FB0384'

red 251 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #FB0384

Tints of Deep Pink #FB0384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 65.03%
G = 0.78%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB0384 (or 0xFB0384) is known color: Deep Pink. HEX triplet: FB, 03 and 84. RGB value is (251,3,132). Sum of RGB (Red+Green+Blue) = 251+3+132=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0384 is #04FC7B. Grayscale: #5B5B5B. Windows color (decimal): -326780 or 8651771. OLE color: 8651771.

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

Color convert

RGB 251 3 132 -
CMYK 0 0.99 0.47 0.02
HSL 328.79º 0.98% 0.5% -
HSV(B) 328.79º 0.99% 0.98% -
XYZ 43.98 22.24 23.8 -
YUV 91.86 150.66 241.51 -
System Red Green Blue C M Y K H S L
Decimal 251 3 132 0 0.99 0.47 0.02 328.79 0.98 0.5
Hex FB 3 84 0 63 2F 2 149 62 32
Octal 373 3 204 0 143 57 2 511 142 62
Binary 11111011 11 10000100 0 1100011 101111 10 101001001 1100010 110010

Color Harmonies of #FB0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0384

Black with #FB0384

Text Example


Text Example

White with #FB0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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