Html Css Color HEX #FA018D Deep Pink

📋 copy color: '#FA018D'

red 250 ◦ green 1 ◦ blue 141

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

Shades of Deep Pink #FA018D

Tints of Deep Pink #FA018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 63.78%
G = 0.26%
B = 35.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA018D (or 0xFA018D) is known color: Deep Pink. HEX triplet: FA, 01 and 8D. RGB value is (250,1,141). Sum of RGB (Red+Green+Blue) = 250+1+141=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA018D is #05FE72. Grayscale: #5B5B5B. Windows color (decimal): -392819 or 9241082. OLE color: 9241082.

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

Color convert

RGB 250 1 141 -
CMYK 0 1.00 0.44 0.02
HSL 326.27º 0.99% 0.49% -
HSV(B) 326.27º 1% 0.98% -
XYZ 44.24 22.27 27.17 -
YUV 91.41 155.99 241.12 -
System Red Green Blue C M Y K H S L
Decimal 250 1 141 0 1.00 0.44 0.02 326.27 0.99 0.49
Hex FA 1 8D 0 64 2C 2 146 63 31
Octal 372 1 215 0 144 54 2 506 143 61
Binary 11111010 1 10001101 0 1100100 101100 10 101000110 1100011 110001

Color Harmonies of #FA018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA018D

Black with #FA018D

Text Example


Text Example

White with #FA018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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