Html Css Color HEX #FF1483 Deep Pink

📋 copy color: '#FF1483'

red 255 ◦ green 20 ◦ blue 131

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

Shades of Deep Pink #FF1483

Tints of Deep Pink #FF1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.93%

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

R = 62.81%
G = 4.93%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF1483 (or 0xFF1483) is known color: Deep Pink. HEX triplet: FF, 14 and 83. RGB value is (255,20,131). Sum of RGB (Red+Green+Blue) = 255+20+131=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1483 is #00EB7C. Grayscale: #666666. Windows color (decimal): -60285 or 8590591. OLE color: 8590591.

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

Color convert

RGB 255 20 131 -
CMYK 0 0.92 0.49 0
HSL 331.66º 1% 0.54% -
HSV(B) 331.66º 0.92% 1% -
XYZ 45.59 23.4 23.59 -
YUV 102.92 143.86 236.47 -
System Red Green Blue C M Y K H S L
Decimal 255 20 131 0 0.92 0.49 0 331.66 1 0.54
Hex FF 14 83 0 5C 31 0 14C 64 36
Octal 377 24 203 0 134 61 0 514 144 66
Binary 11111111 10100 10000011 0 1011100 110001 0 101001100 1100100 110110

Color Harmonies of #FF1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1483

Black with #FF1483

Text Example


Text Example

White with #FF1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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