Html Css Color HEX #FA188D Deep Pink

📋 copy color: '#FA188D'

red 250 ◦ green 24 ◦ blue 141

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

Shades of Deep Pink #FA188D

Tints of Deep Pink #FA188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 60.24%
G = 5.78%
B = 33.98%

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

#FA188D (or 0xFA188D) is known color: Deep Pink. HEX triplet: FA, 18 and 8D. RGB value is (250,24,141). Sum of RGB (Red+Green+Blue) = 250+24+141=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA188D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA188D is #05E772. Grayscale: #686868. Windows color (decimal): -386931 or 9246970. OLE color: 9246970.

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

Color convert

RGB 250 24 141 -
CMYK 0 0.90 0.44 0.02
HSL 328.94º 0.96% 0.54% -
HSV(B) 328.94º 0.9% 0.98% -
XYZ 44.56 22.9 27.27 -
YUV 104.91 148.37 231.49 -
System Red Green Blue C M Y K H S L
Decimal 250 24 141 0 0.90 0.44 0.02 328.94 0.96 0.54
Hex FA 18 8D 0 5A 2C 2 149 60 36
Octal 372 30 215 0 132 54 2 511 140 66
Binary 11111010 11000 10001101 0 1011010 101100 10 101001001 1100000 110110

Color Harmonies of #FA188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA188D

Black with #FA188D

Text Example


Text Example

White with #FA188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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