Html Css Color HEX #FA0491 Deep Pink

📋 copy color: '#FA0491'

red 250 ◦ green 4 ◦ blue 145

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

Shades of Deep Pink #FA0491

Tints of Deep Pink #FA0491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 62.66%
G = 1%
B = 36.34%

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

#FA0491 (or 0xFA0491) is known color: Deep Pink. HEX triplet: FA, 04 and 91. RGB value is (250,4,145). Sum of RGB (Red+Green+Blue) = 250+4+145=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0491 is #05FB6E. Grayscale: #5D5D5D. Windows color (decimal): -392047 or 9503994. OLE color: 9503994.

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

Color convert

RGB 250 4 145 -
CMYK 0 0.98 0.42 0.02
HSL 325.61º 0.97% 0.5% -
HSV(B) 325.61º 0.98% 0.98% -
XYZ 44.58 22.46 28.77 -
YUV 93.63 157 239.54 -
System Red Green Blue C M Y K H S L
Decimal 250 4 145 0 0.98 0.42 0.02 325.61 0.97 0.5
Hex FA 4 91 0 62 2A 2 146 61 32
Octal 372 4 221 0 142 52 2 506 141 62
Binary 11111010 100 10010001 0 1100010 101010 10 101000110 1100001 110010

Color Harmonies of #FA0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0491

Black with #FA0491

Text Example


Text Example

White with #FA0491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0491; }

 p { color: rgb(250,4,145); }

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

background-color css

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

 a { background-color: rgb(250,4,145); }

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

border-color css

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

 span { border-color: rgb(250,4,145); }

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