Html Css Color HEX #FA1677 Deep Pink

📋 copy color: '#FA1677'

red 250 ◦ green 22 ◦ blue 119

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

Shades of Deep Pink #FA1677

Tints of Deep Pink #FA1677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.63%

 BLUE value IS 119 (46.88% from 255) = 30.43%

R = 63.94%
G = 5.63%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA1677 (or 0xFA1677) is known color: Deep Pink. HEX triplet: FA, 16 and 77. RGB value is (250,22,119). Sum of RGB (Red+Green+Blue) = 250+22+119=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1677 is #05E988. Grayscale: #656565. Windows color (decimal): -387465 or 7804666. OLE color: 7804666.

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

Color convert

RGB 250 22 119 -
CMYK 0 0.91 0.52 0.02
HSL 334.47º 0.96% 0.53% -
HSV(B) 334.47º 0.91% 0.98% -
XYZ 43.04 22.23 19.48 -
YUV 101.23 138.04 234.11 -
System Red Green Blue C M Y K H S L
Decimal 250 22 119 0 0.91 0.52 0.02 334.47 0.96 0.53
Hex FA 16 77 0 5B 34 2 14E 60 35
Octal 372 26 167 0 133 64 2 516 140 65
Binary 11111010 10110 1110111 0 1011011 110100 10 101001110 1100000 110101

Color Harmonies of #FA1677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1677

Black with #FA1677

Text Example


Text Example

White with #FA1677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1677; }

 p { color: rgb(250,22,119); }

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

background-color css

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

 a { background-color: rgb(250,22,119); }

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

border-color css

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

 span { border-color: rgb(250,22,119); }

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