Html Css Color HEX #FA1784 Deep Pink

📋 copy color: '#FA1784'

red 250 ◦ green 23 ◦ blue 132

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

Shades of Deep Pink #FA1784

Tints of Deep Pink #FA1784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.59%

R = 61.73%
G = 5.68%
B = 32.59%

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

#FA1784 (or 0xFA1784) is known color: Deep Pink. HEX triplet: FA, 17 and 84. RGB value is (250,23,132). Sum of RGB (Red+Green+Blue) = 250+23+132=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1784 is #05E87B. Grayscale: #676767. Windows color (decimal): -387196 or 8656890. OLE color: 8656890.

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

Color convert

RGB 250 23 132 -
CMYK 0 0.91 0.47 0.02
HSL 331.19º 0.96% 0.54% -
HSV(B) 331.19º 0.91% 0.98% -
XYZ 43.9 22.6 23.88 -
YUV 103.3 144.21 232.64 -
System Red Green Blue C M Y K H S L
Decimal 250 23 132 0 0.91 0.47 0.02 331.19 0.96 0.54
Hex FA 17 84 0 5B 2F 2 14B 60 36
Octal 372 27 204 0 133 57 2 513 140 66
Binary 11111010 10111 10000100 0 1011011 101111 10 101001011 1100000 110110

Color Harmonies of #FA1784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1784

Black with #FA1784

Text Example


Text Example

White with #FA1784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1784; }

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

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

background-color css

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

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

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

border-color css

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

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

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