Html Css Color HEX #FA1C76 Deep Pink

📋 copy color: '#FA1C76'

red 250 ◦ green 28 ◦ blue 118

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

Shades of Deep Pink #FA1C76

Tints of Deep Pink #FA1C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.07%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 63.13%
G = 7.07%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA1C76 (or 0xFA1C76) is known color: Deep Pink. HEX triplet: FA, 1C and 76. RGB value is (250,28,118). Sum of RGB (Red+Green+Blue) = 250+28+118=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1C76 is #05E389. Grayscale: #686868. Windows color (decimal): -385930 or 7740666. OLE color: 7740666.

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

Color convert

RGB 250 28 118 -
CMYK 0 0.89 0.53 0.02
HSL 335.68º 0.96% 0.55% -
HSV(B) 335.68º 0.89% 0.98% -
XYZ 43.11 22.46 19.2 -
YUV 104.64 135.55 231.68 -
System Red Green Blue C M Y K H S L
Decimal 250 28 118 0 0.89 0.53 0.02 335.68 0.96 0.55
Hex FA 1C 76 0 59 35 2 150 60 37
Octal 372 34 166 0 131 65 2 520 140 67
Binary 11111010 11100 1110110 0 1011001 110101 10 101010000 1100000 110111

Color Harmonies of #FA1C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C76

Black with #FA1C76

Text Example


Text Example

White with #FA1C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C76; }

 p { color: rgb(250,28,118); }

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

background-color css

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

 a { background-color: rgb(250,28,118); }

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

border-color css

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

 span { border-color: rgb(250,28,118); }

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