Html Css Color HEX #FA077E Deep Pink

📋 copy color: '#FA077E'

red 250 ◦ green 7 ◦ blue 126

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

Shades of Deep Pink #FA077E

Tints of Deep Pink #FA077E

RGB

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

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

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

R = 65.27%
G = 1.83%
B = 32.9%

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

#FA077E (or 0xFA077E) is known color: Deep Pink. HEX triplet: FA, 07 and 7E. RGB value is (250,7,126). Sum of RGB (Red+Green+Blue) = 250+7+126=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA077E is #05F881. Grayscale: #5C5C5C. Windows color (decimal): -391298 or 8259578. OLE color: 8259578.

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

Color convert

RGB 250 7 126 -
CMYK 0 0.97 0.50 0.02
HSL 330.62º 0.96% 0.5% -
HSV(B) 330.62º 0.97% 0.98% -
XYZ 43.27 21.98 21.7 -
YUV 93.22 146.51 239.82 -
System Red Green Blue C M Y K H S L
Decimal 250 7 126 0 0.97 0.50 0.02 330.62 0.96 0.5
Hex FA 7 7E 0 61 32 2 14B 60 32
Octal 372 7 176 0 141 62 2 513 140 62
Binary 11111010 111 1111110 0 1100001 110010 10 101001011 1100000 110010

Color Harmonies of #FA077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA077E

Black with #FA077E

Text Example


Text Example

White with #FA077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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