Html Css Color HEX #FA008D Deep Pink

📋 copy color: '#FA008D'

red 250 ◦ green 0 ◦ blue 141

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

Shades of Deep Pink #FA008D

Tints of Deep Pink #FA008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 63.94%
G = 0%
B = 36.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA008D (or 0xFA008D) is known color: Deep Pink. HEX triplet: FA, 00 and 8D. RGB value is (250,0,141). Sum of RGB (Red+Green+Blue) = 250+0+141=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA008D is #05FF72. Grayscale: #5A5A5A. Windows color (decimal): -393075 or 9240826. OLE color: 9240826.

HSL color Cylindrical-coordinate representation of color #FA008D: hue angle of 326.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA008D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 0 141 -
CMYK 0 1 0.44 0.02
HSL 326.16º 1% 0.49% -
HSV(B) 326.16º 1% 0.98% -
XYZ 44.23 22.25 27.16 -
YUV 90.82 156.33 241.54 -
System Red Green Blue C M Y K H S L
Decimal 250 0 141 0 1 0.44 0.02 326.16 1 0.49
Hex FA 0 8D 0 64 2C 2 146 64 31
Octal 372 0 215 0 144 54 2 506 144 61
Binary 11111010 0 10001101 0 1100100 101100 10 101000110 1100100 110001

Color Harmonies of #FA008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA008D

Black with #FA008D

Text Example


Text Example

White with #FA008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA008D; }

 p { color: rgb(250,0,141); }

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

background-color css

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

 a { background-color: rgb(250,0,141); }

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

border-color css

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

 span { border-color: rgb(250,0,141); }

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