Html Css Color HEX #FA1992 Deep Pink

📋 copy color: '#FA1992'

red 250 ◦ green 25 ◦ blue 146

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

Shades of Deep Pink #FA1992

Tints of Deep Pink #FA1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.94%

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 59.38%
G = 5.94%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA1992 (or 0xFA1992) is known color: Deep Pink. HEX triplet: FA, 19 and 92. RGB value is (250,25,146). Sum of RGB (Red+Green+Blue) = 250+25+146=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1992 is #05E66D. Grayscale: #696969. Windows color (decimal): -386670 or 9574906. OLE color: 9574906.

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

Color convert

RGB 250 25 146 -
CMYK 0 0.9 0.42 0.02
HSL 327.73º 0.96% 0.54% -
HSV(B) 327.73º 0.9% 0.98% -
XYZ 44.96 23.09 29.28 -
YUV 106.07 150.54 230.66 -
System Red Green Blue C M Y K H S L
Decimal 250 25 146 0 0.9 0.42 0.02 327.73 0.96 0.54
Hex FA 19 92 0 5A 2A 2 148 60 36
Octal 372 31 222 0 132 52 2 510 140 66
Binary 11111010 11001 10010010 0 1011010 101010 10 101001000 1100000 110110

Color Harmonies of #FA1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1992

Black with #FA1992

Text Example


Text Example

White with #FA1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1992; }

 p { color: rgb(250,25,146); }

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

background-color css

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

 a { background-color: rgb(250,25,146); }

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

border-color css

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

 span { border-color: rgb(250,25,146); }

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