Html Css Color HEX #FA017E Deep Pink

📋 copy color: '#FA017E'

red 250 ◦ green 1 ◦ blue 126

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

Shades of Deep Pink #FA017E

Tints of Deep Pink #FA017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 66.31%
G = 0.27%
B = 33.42%

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

#FA017E (or 0xFA017E) is known color: Deep Pink. HEX triplet: FA, 01 and 7E. RGB value is (250,1,126). Sum of RGB (Red+Green+Blue) = 250+1+126=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA017E is #05FE81. Grayscale: #595959. Windows color (decimal): -392834 or 8258042. OLE color: 8258042.

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

Color convert

RGB 250 1 126 -
CMYK 0 1.00 0.50 0.02
HSL 329.88º 0.99% 0.49% -
HSV(B) 329.88º 1% 0.98% -
XYZ 43.2 21.85 21.68 -
YUV 89.7 148.49 242.34 -
System Red Green Blue C M Y K H S L
Decimal 250 1 126 0 1.00 0.50 0.02 329.88 0.99 0.49
Hex FA 1 7E 0 64 32 2 14A 63 31
Octal 372 1 176 0 144 62 2 512 143 61
Binary 11111010 1 1111110 0 1100100 110010 10 101001010 1100011 110001

Color Harmonies of #FA017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA017E

Black with #FA017E

Text Example


Text Example

White with #FA017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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