Html Css Color HEX #FA188C Deep Pink

📋 copy color: '#FA188C'

red 250 ◦ green 24 ◦ blue 140

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

Shades of Deep Pink #FA188C

Tints of Deep Pink #FA188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 60.39%
G = 5.8%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA188C (or 0xFA188C) is known color: Deep Pink. HEX triplet: FA, 18 and 8C. RGB value is (250,24,140). Sum of RGB (Red+Green+Blue) = 250+24+140=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA188C is #05E773. Grayscale: #686868. Windows color (decimal): -386932 or 9181434. OLE color: 9181434.

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

Color convert

RGB 250 24 140 -
CMYK 0 0.90 0.44 0.02
HSL 329.2º 0.96% 0.54% -
HSV(B) 329.2º 0.9% 0.98% -
XYZ 44.48 22.87 26.88 -
YUV 104.8 147.87 231.57 -
System Red Green Blue C M Y K H S L
Decimal 250 24 140 0 0.90 0.44 0.02 329.2 0.96 0.54
Hex FA 18 8C 0 5A 2C 2 149 60 36
Octal 372 30 214 0 132 54 2 511 140 66
Binary 11111010 11000 10001100 0 1011010 101100 10 101001001 1100000 110110

Color Harmonies of #FA188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA188C

Black with #FA188C

Text Example


Text Example

White with #FA188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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