Html Css Color HEX #FA218A Deep Pink

📋 copy color: '#FA218A'

red 250 ◦ green 33 ◦ blue 138

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

Shades of Deep Pink #FA218A

Tints of Deep Pink #FA218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 59.38%
G = 7.84%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA218A (or 0xFA218A) is known color: Deep Pink. HEX triplet: FA, 21 and 8A. RGB value is (250,33,138). Sum of RGB (Red+Green+Blue) = 250+33+138=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA218A is #05DE75. Grayscale: #6D6D6D. Windows color (decimal): -384630 or 9052666. OLE color: 9052666.

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

Color convert

RGB 250 33 138 -
CMYK 0 0.87 0.45 0.02
HSL 330.97º 0.96% 0.55% -
HSV(B) 330.97º 0.87% 0.98% -
XYZ 44.56 23.25 26.18 -
YUV 109.85 143.89 227.96 -
System Red Green Blue C M Y K H S L
Decimal 250 33 138 0 0.87 0.45 0.02 330.97 0.96 0.55
Hex FA 21 8A 0 57 2D 2 14B 60 37
Octal 372 41 212 0 127 55 2 513 140 67
Binary 11111010 100001 10001010 0 1010111 101101 10 101001011 1100000 110111

Color Harmonies of #FA218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA218A

Black with #FA218A

Text Example


Text Example

White with #FA218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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