Html Css Color HEX #FA0083 Deep Pink

📋 copy color: '#FA0083'

red 250 ◦ green 0 ◦ blue 131

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

Shades of Deep Pink #FA0083

Tints of Deep Pink #FA0083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.62%
G = 0%
B = 34.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA0083 (or 0xFA0083) is known color: Deep Pink. HEX triplet: FA, 00 and 83. RGB value is (250,0,131). Sum of RGB (Red+Green+Blue) = 250+0+131=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0083 is #05FF7C. Grayscale: #595959. Windows color (decimal): -393085 or 8585466. OLE color: 8585466.

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

Color convert

RGB 250 0 131 -
CMYK 0 1 0.48 0.02
HSL 328.56º 1% 0.49% -
HSV(B) 328.56º 1% 0.98% -
XYZ 43.52 21.96 23.42 -
YUV 89.68 151.33 242.35 -
System Red Green Blue C M Y K H S L
Decimal 250 0 131 0 1 0.48 0.02 328.56 1 0.49
Hex FA 0 83 0 64 30 2 149 64 31
Octal 372 0 203 0 144 60 2 511 144 61
Binary 11111010 0 10000011 0 1100100 110000 10 101001001 1100100 110001

Color Harmonies of #FA0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0083

Black with #FA0083

Text Example


Text Example

White with #FA0083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0083; }

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

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

background-color css

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

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

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

border-color css

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

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

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