Html Css Color HEX #FA188A Deep Pink

📋 copy color: '#FA188A'

red 250 ◦ green 24 ◦ blue 138

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

Shades of Deep Pink #FA188A

Tints of Deep Pink #FA188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.83%

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

R = 60.68%
G = 5.83%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA188A (or 0xFA188A) is known color: Deep Pink. HEX triplet: FA, 18 and 8A. RGB value is (250,24,138). Sum of RGB (Red+Green+Blue) = 250+24+138=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA188A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA188A is #05E775. Grayscale: #686868. Windows color (decimal): -386934 or 9050362. OLE color: 9050362.

HSL color Cylindrical-coordinate representation of color #FA188A: hue angle of 329.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA188A is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 24 138 -
CMYK 0 0.90 0.45 0.02
HSL 329.73º 0.96% 0.54% -
HSV(B) 329.73º 0.9% 0.98% -
XYZ 44.34 22.81 26.11 -
YUV 104.57 146.87 231.73 -
System Red Green Blue C M Y K H S L
Decimal 250 24 138 0 0.90 0.45 0.02 329.73 0.96 0.54
Hex FA 18 8A 0 5A 2D 2 14A 60 36
Octal 372 30 212 0 132 55 2 512 140 66
Binary 11111010 11000 10001010 0 1011010 101101 10 101001010 1100000 110110

Color Harmonies of #FA188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA188A

Black with #FA188A

Text Example


Text Example

White with #FA188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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