Html Css Color HEX #FA1A78 Deep Pink

📋 copy color: '#FA1A78'

red 250 ◦ green 26 ◦ blue 120

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

Shades of Deep Pink #FA1A78

Tints of Deep Pink #FA1A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 63.13%
G = 6.57%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA1A78 (or 0xFA1A78) is known color: Deep Pink. HEX triplet: FA, 1A and 78. RGB value is (250,26,120). Sum of RGB (Red+Green+Blue) = 250+26+120=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A78 is #05E587. Grayscale: #676767. Windows color (decimal): -386440 or 7871226. OLE color: 7871226.

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

Color convert

RGB 250 26 120 -
CMYK 0 0.90 0.52 0.02
HSL 334.82º 0.96% 0.54% -
HSV(B) 334.82º 0.9% 0.98% -
XYZ 43.18 22.42 19.82 -
YUV 103.69 137.21 232.36 -
System Red Green Blue C M Y K H S L
Decimal 250 26 120 0 0.90 0.52 0.02 334.82 0.96 0.54
Hex FA 1A 78 0 5A 34 2 14F 60 36
Octal 372 32 170 0 132 64 2 517 140 66
Binary 11111010 11010 1111000 0 1011010 110100 10 101001111 1100000 110110

Color Harmonies of #FA1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A78

Black with #FA1A78

Text Example


Text Example

White with #FA1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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