Html Css Color HEX #FA1978 Deep Pink

📋 copy color: '#FA1978'

red 250 ◦ green 25 ◦ blue 120

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

Shades of Deep Pink #FA1978

Tints of Deep Pink #FA1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.33%

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

R = 63.29%
G = 6.33%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA1978 (or 0xFA1978) is known color: Deep Pink. HEX triplet: FA, 19 and 78. RGB value is (250,25,120). Sum of RGB (Red+Green+Blue) = 250+25+120=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1978 is #05E687. Grayscale: #666666. Windows color (decimal): -386696 or 7870970. OLE color: 7870970.

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

Color convert

RGB 250 25 120 -
CMYK 0 0.9 0.52 0.02
HSL 334.67º 0.96% 0.54% -
HSV(B) 334.67º 0.9% 0.98% -
XYZ 43.16 22.38 19.81 -
YUV 103.11 137.54 232.78 -
System Red Green Blue C M Y K H S L
Decimal 250 25 120 0 0.9 0.52 0.02 334.67 0.96 0.54
Hex FA 19 78 0 5A 34 2 14F 60 36
Octal 372 31 170 0 132 64 2 517 140 66
Binary 11111010 11001 1111000 0 1011010 110100 10 101001111 1100000 110110

Color Harmonies of #FA1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1978

Black with #FA1978

Text Example


Text Example

White with #FA1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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