Html Css Color HEX #FA218D Deep Pink

📋 copy color: '#FA218D'

red 250 ◦ green 33 ◦ blue 141

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

Shades of Deep Pink #FA218D

Tints of Deep Pink #FA218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.78%

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

R = 58.96%
G = 7.78%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA218D (or 0xFA218D) is known color: Deep Pink. HEX triplet: FA, 21 and 8D. RGB value is (250,33,141). Sum of RGB (Red+Green+Blue) = 250+33+141=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA218D is #05DE72. Grayscale: #6D6D6D. Windows color (decimal): -384627 or 9249274. OLE color: 9249274.

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

Color convert

RGB 250 33 141 -
CMYK 0 0.87 0.44 0.02
HSL 330.14º 0.96% 0.55% -
HSV(B) 330.14º 0.87% 0.98% -
XYZ 44.78 23.33 27.34 -
YUV 110.2 145.39 227.72 -
System Red Green Blue C M Y K H S L
Decimal 250 33 141 0 0.87 0.44 0.02 330.14 0.96 0.55
Hex FA 21 8D 0 57 2C 2 14A 60 37
Octal 372 41 215 0 127 54 2 512 140 67
Binary 11111010 100001 10001101 0 1010111 101100 10 101001010 1100000 110111

Color Harmonies of #FA218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA218D

Black with #FA218D

Text Example


Text Example

White with #FA218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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