Html Css Color HEX #FA2188 Deep Pink

📋 copy color: '#FA2188'

red 250 ◦ green 33 ◦ blue 136

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

Shades of Deep Pink #FA2188

Tints of Deep Pink #FA2188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 59.67%
G = 7.88%
B = 32.46%

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

#FA2188 (or 0xFA2188) is known color: Deep Pink. HEX triplet: FA, 21 and 88. RGB value is (250,33,136). Sum of RGB (Red+Green+Blue) = 250+33+136=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2188 is #05DE77. Grayscale: #6D6D6D. Windows color (decimal): -384632 or 8921594. OLE color: 8921594.

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

Color convert

RGB 250 33 136 -
CMYK 0 0.87 0.46 0.02
HSL 331.52º 0.96% 0.55% -
HSV(B) 331.52º 0.87% 0.98% -
XYZ 44.41 23.19 25.43 -
YUV 109.63 142.89 228.12 -
System Red Green Blue C M Y K H S L
Decimal 250 33 136 0 0.87 0.46 0.02 331.52 0.96 0.55
Hex FA 21 88 0 57 2E 2 14C 60 37
Octal 372 41 210 0 127 56 2 514 140 67
Binary 11111010 100001 10001000 0 1010111 101110 10 101001100 1100000 110111

Color Harmonies of #FA2188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2188

Black with #FA2188

Text Example


Text Example

White with #FA2188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2188; }

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

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

background-color css

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

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

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

border-color css

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

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

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