Html Css Color HEX #FA1A7A Deep Pink

📋 copy color: '#FA1A7A'

red 250 ◦ green 26 ◦ blue 122

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

Shades of Deep Pink #FA1A7A

Tints of Deep Pink #FA1A7A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

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

R = 62.81%
G = 6.53%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA1A7A (or 0xFA1A7A) is known color: Deep Pink. HEX triplet: FA, 1A and 7A. RGB value is (250,26,122). Sum of RGB (Red+Green+Blue) = 250+26+122=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A7A is #05E585. Grayscale: #676767. Windows color (decimal): -386438 or 8002298. OLE color: 8002298.

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

Color convert

RGB 250 26 122 -
CMYK 0 0.90 0.51 0.02
HSL 334.29º 0.96% 0.54% -
HSV(B) 334.29º 0.9% 0.98% -
XYZ 43.31 22.47 20.47 -
YUV 103.92 138.21 232.19 -
System Red Green Blue C M Y K H S L
Decimal 250 26 122 0 0.90 0.51 0.02 334.29 0.96 0.54
Hex FA 1A 7A 0 5A 33 2 14E 60 36
Octal 372 32 172 0 132 63 2 516 140 66
Binary 11111010 11010 1111010 0 1011010 110011 10 101001110 1100000 110110

Color Harmonies of #FA1A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A7A

Black with #FA1A7A

Text Example


Text Example

White with #FA1A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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