Html Css Color HEX #FA078C Deep Pink

📋 copy color: '#FA078C'

red 250 ◦ green 7 ◦ blue 140

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

Shades of Deep Pink #FA078C

Tints of Deep Pink #FA078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 62.97%
G = 1.76%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA078C (or 0xFA078C) is known color: Deep Pink. HEX triplet: FA, 07 and 8C. RGB value is (250,7,140). Sum of RGB (Red+Green+Blue) = 250+7+140=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA078C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA078C is #05F873. Grayscale: #5E5E5E. Windows color (decimal): -391284 or 9177082. OLE color: 9177082.

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

Color convert

RGB 250 7 140 -
CMYK 0 0.97 0.44 0.02
HSL 327.16º 0.96% 0.5% -
HSV(B) 327.16º 0.97% 0.98% -
XYZ 44.23 22.37 26.8 -
YUV 94.82 153.51 238.69 -
System Red Green Blue C M Y K H S L
Decimal 250 7 140 0 0.97 0.44 0.02 327.16 0.96 0.5
Hex FA 7 8C 0 61 2C 2 147 60 32
Octal 372 7 214 0 141 54 2 507 140 62
Binary 11111010 111 10001100 0 1100001 101100 10 101000111 1100000 110010

Color Harmonies of #FA078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA078C

Black with #FA078C

Text Example


Text Example

White with #FA078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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