Html Css Color HEX #FA1077 Deep Pink

📋 copy color: '#FA1077'

red 250 ◦ green 16 ◦ blue 119

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

Shades of Deep Pink #FA1077

Tints of Deep Pink #FA1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.16%

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

R = 64.94%
G = 4.16%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA1077 (or 0xFA1077) is known color: Deep Pink. HEX triplet: FA, 10 and 77. RGB value is (250,16,119). Sum of RGB (Red+Green+Blue) = 250+16+119=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1077 is #05EF88. Grayscale: #616161. Windows color (decimal): -389001 or 7803130. OLE color: 7803130.

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

Color convert

RGB 250 16 119 -
CMYK 0 0.94 0.52 0.02
HSL 333.59º 0.96% 0.52% -
HSV(B) 333.59º 0.94% 0.98% -
XYZ 42.94 22.03 19.44 -
YUV 97.71 140.02 236.62 -
System Red Green Blue C M Y K H S L
Decimal 250 16 119 0 0.94 0.52 0.02 333.59 0.96 0.52
Hex FA 10 77 0 5E 34 2 14E 60 34
Octal 372 20 167 0 136 64 2 516 140 64
Binary 11111010 10000 1110111 0 1011110 110100 10 101001110 1100000 110100

Color Harmonies of #FA1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1077

Black with #FA1077

Text Example


Text Example

White with #FA1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1077; }

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

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

background-color css

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

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

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

border-color css

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

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

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