Html Css Color HEX #FA2187 Deep Pink

📋 copy color: '#FA2187'

red 250 ◦ green 33 ◦ blue 135

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

Shades of Deep Pink #FA2187

Tints of Deep Pink #FA2187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 59.81%
G = 7.89%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA2187 (or 0xFA2187) is known color: Deep Pink. HEX triplet: FA, 21 and 87. RGB value is (250,33,135). Sum of RGB (Red+Green+Blue) = 250+33+135=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2187 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2187 is #05DE78. Grayscale: #6D6D6D. Windows color (decimal): -384633 or 8856058. OLE color: 8856058.

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

Color convert

RGB 250 33 135 -
CMYK 0 0.87 0.46 0.02
HSL 331.8º 0.96% 0.55% -
HSV(B) 331.8º 0.87% 0.98% -
XYZ 44.34 23.16 25.06 -
YUV 109.51 142.39 228.21 -
System Red Green Blue C M Y K H S L
Decimal 250 33 135 0 0.87 0.46 0.02 331.8 0.96 0.55
Hex FA 21 87 0 57 2E 2 14C 60 37
Octal 372 41 207 0 127 56 2 514 140 67
Binary 11111010 100001 10000111 0 1010111 101110 10 101001100 1100000 110111

Color Harmonies of #FA2187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2187

Black with #FA2187

Text Example


Text Example

White with #FA2187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2187; }

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

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

background-color css

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

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

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

border-color css

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

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

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