Html Css Color HEX #FF0483 Deep Pink

📋 copy color: '#FF0483'

red 255 ◦ green 4 ◦ blue 131

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

Shades of Deep Pink #FF0483

Tints of Deep Pink #FF0483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 65.38%
G = 1.03%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF0483 (or 0xFF0483) is known color: Deep Pink. HEX triplet: FF, 04 and 83. RGB value is (255,4,131). Sum of RGB (Red+Green+Blue) = 255+4+131=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0483 is #00FB7C. Grayscale: #5D5D5D. Windows color (decimal): -64381 or 8586495. OLE color: 8586495.

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

Color convert

RGB 255 4 131 -
CMYK 0 0.98 0.49 0
HSL 329.64º 1% 0.51% -
HSV(B) 329.64º 0.98% 1% -
XYZ 45.38 22.99 23.52 -
YUV 93.53 149.16 243.17 -
System Red Green Blue C M Y K H S L
Decimal 255 4 131 0 0.98 0.49 0 329.64 1 0.51
Hex FF 4 83 0 62 31 0 14A 64 33
Octal 377 4 203 0 142 61 0 512 144 63
Binary 11111111 100 10000011 0 1100010 110001 0 101001010 1100100 110011

Color Harmonies of #FF0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0483

Black with #FF0483

Text Example


Text Example

White with #FF0483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0483; }

 p { color: rgb(255,4,131); }

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

background-color css

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

 a { background-color: rgb(255,4,131); }

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

border-color css

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

 span { border-color: rgb(255,4,131); }

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