Html Css Color HEX #FA1483 Deep Pink

📋 copy color: '#FA1483'

red 250 ◦ green 20 ◦ blue 131

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

Shades of Deep Pink #FA1483

Tints of Deep Pink #FA1483

RGB

 RED value IS 250 (98.05% from 255) = 62.34%

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

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

R = 62.34%
G = 4.99%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA1483 (or 0xFA1483) is known color: Deep Pink. HEX triplet: FA, 14 and 83. RGB value is (250,20,131). Sum of RGB (Red+Green+Blue) = 250+20+131=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1483 is #05EB7C. Grayscale: #656565. Windows color (decimal): -387965 or 8590586. OLE color: 8590586.

HSL color Cylindrical-coordinate representation of color #FA1483: hue angle of 331.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1483 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 20 131 -
CMYK 0 0.92 0.48 0.02
HSL 331.04º 0.96% 0.53% -
HSV(B) 331.04º 0.92% 0.98% -
XYZ 43.77 22.46 23.5 -
YUV 101.42 144.7 233.97 -
System Red Green Blue C M Y K H S L
Decimal 250 20 131 0 0.92 0.48 0.02 331.04 0.96 0.53
Hex FA 14 83 0 5C 30 2 14B 60 35
Octal 372 24 203 0 134 60 2 513 140 65
Binary 11111010 10100 10000011 0 1011100 110000 10 101001011 1100000 110101

Color Harmonies of #FA1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1483

Black with #FA1483

Text Example


Text Example

White with #FA1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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