Html Css Color HEX #FA0592 Deep Pink

📋 copy color: '#FA0592'

red 250 ◦ green 5 ◦ blue 146

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

Shades of Deep Pink #FA0592

Tints of Deep Pink #FA0592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

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

R = 62.34%
G = 1.25%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA0592 (or 0xFA0592) is known color: Deep Pink. HEX triplet: FA, 05 and 92. RGB value is (250,5,146). Sum of RGB (Red+Green+Blue) = 250+5+146=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0592 is #05FA6D. Grayscale: #5E5E5E. Windows color (decimal): -391790 or 9569786. OLE color: 9569786.

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

Color convert

RGB 250 5 146 -
CMYK 0 0.98 0.42 0.02
HSL 325.47º 0.96% 0.5% -
HSV(B) 325.47º 0.98% 0.98% -
XYZ 44.67 22.51 29.18 -
YUV 94.33 157.17 239.04 -
System Red Green Blue C M Y K H S L
Decimal 250 5 146 0 0.98 0.42 0.02 325.47 0.96 0.5
Hex FA 5 92 0 62 2A 2 145 60 32
Octal 372 5 222 0 142 52 2 505 140 62
Binary 11111010 101 10010010 0 1100010 101010 10 101000101 1100000 110010

Color Harmonies of #FA0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0592

Black with #FA0592

Text Example


Text Example

White with #FA0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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