Html Css Color HEX #FA0785 Deep Pink

📋 copy color: '#FA0785'

red 250 ◦ green 7 ◦ blue 133

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

Shades of Deep Pink #FA0785

Tints of Deep Pink #FA0785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 64.1%
G = 1.79%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA0785 (or 0xFA0785) is known color: Deep Pink. HEX triplet: FA, 07 and 85. RGB value is (250,7,133). Sum of RGB (Red+Green+Blue) = 250+7+133=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0785 is #05F87A. Grayscale: #5D5D5D. Windows color (decimal): -391291 or 8718330. OLE color: 8718330.

HSL color Cylindrical-coordinate representation of color #FA0785: hue angle of 328.89º 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 #FA0785 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 7 133 -
CMYK 0 0.97 0.47 0.02
HSL 328.89º 0.96% 0.5% -
HSV(B) 328.89º 0.97% 0.98% -
XYZ 43.73 22.17 24.16 -
YUV 94.02 150.01 239.25 -
System Red Green Blue C M Y K H S L
Decimal 250 7 133 0 0.97 0.47 0.02 328.89 0.96 0.5
Hex FA 7 85 0 61 2F 2 149 60 32
Octal 372 7 205 0 141 57 2 511 140 62
Binary 11111010 111 10000101 0 1100001 101111 10 101001001 1100000 110010

Color Harmonies of #FA0785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0785

Black with #FA0785

Text Example


Text Example

White with #FA0785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0785; }

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

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

background-color css

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

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

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

border-color css

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

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

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