Html Css Color HEX #FA1D79 Deep Pink

📋 copy color: '#FA1D79'

red 250 ◦ green 29 ◦ blue 121

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

Shades of Deep Pink #FA1D79

Tints of Deep Pink #FA1D79

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.25%

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 62.5%
G = 7.25%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA1D79 (or 0xFA1D79) is known color: Deep Pink. HEX triplet: FA, 1D and 79. RGB value is (250,29,121). Sum of RGB (Red+Green+Blue) = 250+29+121=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1D79 is #05E286. Grayscale: #696969. Windows color (decimal): -385671 or 7937530. OLE color: 7937530.

HSL color Cylindrical-coordinate representation of color #FA1D79: hue angle of 335.02º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1D79 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 29 121 -
CMYK 0 0.88 0.52 0.02
HSL 335.02º 0.96% 0.55% -
HSV(B) 335.02º 0.88% 0.98% -
XYZ 43.31 22.58 20.17 -
YUV 105.57 136.72 231.02 -
System Red Green Blue C M Y K H S L
Decimal 250 29 121 0 0.88 0.52 0.02 335.02 0.96 0.55
Hex FA 1D 79 0 58 34 2 14F 60 37
Octal 372 35 171 0 130 64 2 517 140 67
Binary 11111010 11101 1111001 0 1011000 110100 10 101001111 1100000 110111

Color Harmonies of #FA1D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1D79

Black with #FA1D79

Text Example


Text Example

White with #FA1D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1D79; }

 p { color: rgb(250,29,121); }

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

background-color css

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

 a { background-color: rgb(250,29,121); }

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

border-color css

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

 span { border-color: rgb(250,29,121); }

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