Html Css Color HEX #FA077C Deep Pink

📋 copy color: '#FA077C'

red 250 ◦ green 7 ◦ blue 124

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

Shades of Deep Pink #FA077C

Tints of Deep Pink #FA077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

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

R = 65.62%
G = 1.84%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA077C (or 0xFA077C) is known color: Deep Pink. HEX triplet: FA, 07 and 7C. RGB value is (250,7,124). Sum of RGB (Red+Green+Blue) = 250+7+124=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA077C is #05F883. Grayscale: #5C5C5C. Windows color (decimal): -391300 or 8128506. OLE color: 8128506.

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

Color convert

RGB 250 7 124 -
CMYK 0 0.97 0.50 0.02
HSL 331.11º 0.96% 0.5% -
HSV(B) 331.11º 0.97% 0.98% -
XYZ 43.14 21.93 21.03 -
YUV 93 145.51 239.99 -
System Red Green Blue C M Y K H S L
Decimal 250 7 124 0 0.97 0.50 0.02 331.11 0.96 0.5
Hex FA 7 7C 0 61 32 2 14B 60 32
Octal 372 7 174 0 141 62 2 513 140 62
Binary 11111010 111 1111100 0 1100001 110010 10 101001011 1100000 110010

Color Harmonies of #FA077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA077C

Black with #FA077C

Text Example


Text Example

White with #FA077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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