Html Css Color HEX #FF0384 Deep Pink

📋 copy color: '#FF0384'

red 255 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #FF0384

Tints of Deep Pink #FF0384

RGB

 RED value IS 255 (100% from 255) = 65.38%

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

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

R = 65.38%
G = 0.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF0384 (or 0xFF0384) is known color: Deep Pink. HEX triplet: FF, 03 and 84. RGB value is (255,3,132). Sum of RGB (Red+Green+Blue) = 255+3+132=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0384 is #00FC7B. Grayscale: #5C5C5C. Windows color (decimal): -64636 or 8651775. OLE color: 8651775.

HSL color Cylindrical-coordinate representation of color #FF0384: hue angle of 329.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0384 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 3 132 -
CMYK 0 0.99 0.48 0
HSL 329.29º 1% 0.51% -
HSV(B) 329.29º 0.99% 1% -
XYZ 45.44 22.99 23.87 -
YUV 93.05 149.99 243.51 -
System Red Green Blue C M Y K H S L
Decimal 255 3 132 0 0.99 0.48 0 329.29 1 0.51
Hex FF 3 84 0 63 30 0 149 64 33
Octal 377 3 204 0 143 60 0 511 144 63
Binary 11111111 11 10000100 0 1100011 110000 0 101001001 1100100 110011

Color Harmonies of #FF0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0384

Black with #FF0384

Text Example


Text Example

White with #FF0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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