Html Css Color HEX #FA1785 Deep Pink

📋 copy color: '#FA1785'

red 250 ◦ green 23 ◦ blue 133

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

Shades of Deep Pink #FA1785

Tints of Deep Pink #FA1785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.67%

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

R = 61.58%
G = 5.67%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA1785 (or 0xFA1785) is known color: Deep Pink. HEX triplet: FA, 17 and 85. RGB value is (250,23,133). Sum of RGB (Red+Green+Blue) = 250+23+133=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1785 is #05E87A. Grayscale: #676767. Windows color (decimal): -387195 or 8722426. OLE color: 8722426.

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

Color convert

RGB 250 23 133 -
CMYK 0 0.91 0.47 0.02
HSL 330.93º 0.96% 0.54% -
HSV(B) 330.93º 0.91% 0.98% -
XYZ 43.96 22.63 24.24 -
YUV 103.41 144.71 232.56 -
System Red Green Blue C M Y K H S L
Decimal 250 23 133 0 0.91 0.47 0.02 330.93 0.96 0.54
Hex FA 17 85 0 5B 2F 2 14B 60 36
Octal 372 27 205 0 133 57 2 513 140 66
Binary 11111010 10111 10000101 0 1011011 101111 10 101001011 1100000 110110

Color Harmonies of #FA1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1785

Black with #FA1785

Text Example


Text Example

White with #FA1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1785; }

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

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

background-color css

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

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

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

border-color css

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

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

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