Html Css Color HEX #FA017C Deep Pink

📋 copy color: '#FA017C'

red 250 ◦ green 1 ◦ blue 124

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

Shades of Deep Pink #FA017C

Tints of Deep Pink #FA017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 66.67%
G = 0.27%
B = 33.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA017C (or 0xFA017C) is known color: Deep Pink. HEX triplet: FA, 01 and 7C. RGB value is (250,1,124). Sum of RGB (Red+Green+Blue) = 250+1+124=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA017C is #05FE83. Grayscale: #595959. Windows color (decimal): -392836 or 8126970. OLE color: 8126970.

HSL color Cylindrical-coordinate representation of color #FA017C: hue angle of 330.36º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA017C is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 124 -
CMYK 0 1.00 0.50 0.02
HSL 330.36º 0.99% 0.49% -
HSV(B) 330.36º 1% 0.98% -
XYZ 43.07 21.8 21.01 -
YUV 89.47 147.49 242.5 -
System Red Green Blue C M Y K H S L
Decimal 250 1 124 0 1.00 0.50 0.02 330.36 0.99 0.49
Hex FA 1 7C 0 64 32 2 14A 63 31
Octal 372 1 174 0 144 62 2 512 143 61
Binary 11111010 1 1111100 0 1100100 110010 10 101001010 1100011 110001

Color Harmonies of #FA017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA017C

Black with #FA017C

Text Example


Text Example

White with #FA017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA017C; }

 p { color: rgb(250,1,124); }

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

background-color css

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

 a { background-color: rgb(250,1,124); }

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

border-color css

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

 span { border-color: rgb(250,1,124); }

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