Html Css Color HEX #FA0783 Deep Pink

📋 copy color: '#FA0783'

red 250 ◦ green 7 ◦ blue 131

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

Shades of Deep Pink #FA0783

Tints of Deep Pink #FA0783

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.8%

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

R = 64.43%
G = 1.8%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA0783 (or 0xFA0783) is known color: Deep Pink. HEX triplet: FA, 07 and 83. RGB value is (250,7,131). Sum of RGB (Red+Green+Blue) = 250+7+131=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0783 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0783 is #05F87C. Grayscale: #5D5D5D. Windows color (decimal): -391293 or 8587258. OLE color: 8587258.

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

Color convert

RGB 250 7 131 -
CMYK 0 0.97 0.48 0.02
HSL 329.38º 0.96% 0.5% -
HSV(B) 329.38º 0.97% 0.98% -
XYZ 43.6 22.11 23.44 -
YUV 93.79 149.01 239.42 -
System Red Green Blue C M Y K H S L
Decimal 250 7 131 0 0.97 0.48 0.02 329.38 0.96 0.5
Hex FA 7 83 0 61 30 2 149 60 32
Octal 372 7 203 0 141 60 2 511 140 62
Binary 11111010 111 10000011 0 1100001 110000 10 101001001 1100000 110010

Color Harmonies of #FA0783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0783

Black with #FA0783

Text Example


Text Example

White with #FA0783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0783; }

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

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

background-color css

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

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

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

border-color css

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

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

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