Html Css Color HEX #FA027A Deep Pink

📋 copy color: '#FA027A'

red 250 ◦ green 2 ◦ blue 122

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

Shades of Deep Pink #FA027A

Tints of Deep Pink #FA027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 66.84%
G = 0.53%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA027A (or 0xFA027A) is known color: Deep Pink. HEX triplet: FA, 02 and 7A. RGB value is (250,2,122). Sum of RGB (Red+Green+Blue) = 250+2+122=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA027A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA027A is #05FD85. Grayscale: #595959. Windows color (decimal): -392582 or 7996154. OLE color: 7996154.

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

Color convert

RGB 250 2 122 -
CMYK 0 0.99 0.51 0.02
HSL 330.97º 0.98% 0.49% -
HSV(B) 330.97º 0.99% 0.98% -
XYZ 42.96 21.77 20.35 -
YUV 89.83 146.16 242.24 -
System Red Green Blue C M Y K H S L
Decimal 250 2 122 0 0.99 0.51 0.02 330.97 0.98 0.49
Hex FA 2 7A 0 63 33 2 14B 62 31
Octal 372 2 172 0 143 63 2 513 142 61
Binary 11111010 10 1111010 0 1100011 110011 10 101001011 1100010 110001

Color Harmonies of #FA027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA027A

Black with #FA027A

Text Example


Text Example

White with #FA027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA027A; }

 p { color: rgb(250,2,122); }

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

background-color css

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

 a { background-color: rgb(250,2,122); }

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

border-color css

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

 span { border-color: rgb(250,2,122); }

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