Html Css Color HEX #FA088C Deep Pink

📋 copy color: '#FA088C'

red 250 ◦ green 8 ◦ blue 140

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

Shades of Deep Pink #FA088C

Tints of Deep Pink #FA088C

RGB

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

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

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

R = 62.81%
G = 2.01%
B = 35.18%

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

#FA088C (or 0xFA088C) is known color: Deep Pink. HEX triplet: FA, 08 and 8C. RGB value is (250,8,140). Sum of RGB (Red+Green+Blue) = 250+8+140=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA088C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA088C is #05F773. Grayscale: #5F5F5F. Windows color (decimal): -391028 or 9177338. OLE color: 9177338.

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

Color convert

RGB 250 8 140 -
CMYK 0 0.97 0.44 0.02
HSL 327.27º 0.96% 0.51% -
HSV(B) 327.27º 0.97% 0.98% -
XYZ 44.24 22.39 26.8 -
YUV 95.41 153.17 238.27 -
System Red Green Blue C M Y K H S L
Decimal 250 8 140 0 0.97 0.44 0.02 327.27 0.96 0.51
Hex FA 8 8C 0 61 2C 2 147 60 33
Octal 372 10 214 0 141 54 2 507 140 63
Binary 11111010 1000 10001100 0 1100001 101100 10 101000111 1100000 110011

Color Harmonies of #FA088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA088C

Black with #FA088C

Text Example


Text Example

White with #FA088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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