Html Css Color HEX #FA087C Deep Pink

📋 copy color: '#FA087C'

red 250 ◦ green 8 ◦ blue 124

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

Shades of Deep Pink #FA087C

Tints of Deep Pink #FA087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

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

R = 65.45%
G = 2.09%
B = 32.46%

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

#FA087C (or 0xFA087C) is known color: Deep Pink. HEX triplet: FA, 08 and 7C. RGB value is (250,8,124). Sum of RGB (Red+Green+Blue) = 250+8+124=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA087C is #05F783. Grayscale: #5D5D5D. Windows color (decimal): -391044 or 8128762. OLE color: 8128762.

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

Color convert

RGB 250 8 124 -
CMYK 0 0.97 0.50 0.02
HSL 331.24º 0.96% 0.51% -
HSV(B) 331.24º 0.97% 0.98% -
XYZ 43.15 21.95 21.03 -
YUV 93.58 145.17 239.57 -
System Red Green Blue C M Y K H S L
Decimal 250 8 124 0 0.97 0.50 0.02 331.24 0.96 0.51
Hex FA 8 7C 0 61 32 2 14B 60 33
Octal 372 10 174 0 141 62 2 513 140 63
Binary 11111010 1000 1111100 0 1100001 110010 10 101001011 1100000 110011

Color Harmonies of #FA087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA087C

Black with #FA087C

Text Example


Text Example

White with #FA087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA087C; }

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

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

background-color css

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

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

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

border-color css

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

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

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