Html Css Color HEX #FA078A Deep Pink

📋 copy color: '#FA078A'

red 250 ◦ green 7 ◦ blue 138

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

Shades of Deep Pink #FA078A

Tints of Deep Pink #FA078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 63.29%
G = 1.77%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA078A (or 0xFA078A) is known color: Deep Pink. HEX triplet: FA, 07 and 8A. RGB value is (250,7,138). Sum of RGB (Red+Green+Blue) = 250+7+138=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA078A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA078A is #05F875. Grayscale: #5E5E5E. Windows color (decimal): -391286 or 9046010. OLE color: 9046010.

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

Color convert

RGB 250 7 138 -
CMYK 0 0.97 0.45 0.02
HSL 327.65º 0.96% 0.5% -
HSV(B) 327.65º 0.97% 0.98% -
XYZ 44.09 22.31 26.03 -
YUV 94.59 152.51 238.85 -
System Red Green Blue C M Y K H S L
Decimal 250 7 138 0 0.97 0.45 0.02 327.65 0.96 0.5
Hex FA 7 8A 0 61 2D 2 148 60 32
Octal 372 7 212 0 141 55 2 510 140 62
Binary 11111010 111 10001010 0 1100001 101101 10 101001000 1100000 110010

Color Harmonies of #FA078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA078A

Black with #FA078A

Text Example


Text Example

White with #FA078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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