Html Css Color HEX #FA2181 Deep Pink

📋 copy color: '#FA2181'

red 250 ◦ green 33 ◦ blue 129

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

Shades of Deep Pink #FA2181

Tints of Deep Pink #FA2181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.31%

R = 60.68%
G = 8.01%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA2181 (or 0xFA2181) is known color: Deep Pink. HEX triplet: FA, 21 and 81. RGB value is (250,33,129). Sum of RGB (Red+Green+Blue) = 250+33+129=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2181 is #05DE7E. Grayscale: #6C6C6C. Windows color (decimal): -384639 or 8462842. OLE color: 8462842.

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

Color convert

RGB 250 33 129 -
CMYK 0 0.87 0.48 0.02
HSL 333.46º 0.96% 0.55% -
HSV(B) 333.46º 0.87% 0.98% -
XYZ 43.93 23 22.89 -
YUV 108.83 139.39 228.69 -
System Red Green Blue C M Y K H S L
Decimal 250 33 129 0 0.87 0.48 0.02 333.46 0.96 0.55
Hex FA 21 81 0 57 30 2 14D 60 37
Octal 372 41 201 0 127 60 2 515 140 67
Binary 11111010 100001 10000001 0 1010111 110000 10 101001101 1100000 110111

Color Harmonies of #FA2181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2181

Black with #FA2181

Text Example


Text Example

White with #FA2181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2181; }

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

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

background-color css

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

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

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

border-color css

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

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

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