Html Css Color HEX #FA187C Deep Pink

📋 copy color: '#FA187C'

red 250 ◦ green 24 ◦ blue 124

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

Shades of Deep Pink #FA187C

Tints of Deep Pink #FA187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 62.81%
G = 6.03%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA187C (or 0xFA187C) is known color: Deep Pink. HEX triplet: FA, 18 and 7C. RGB value is (250,24,124). Sum of RGB (Red+Green+Blue) = 250+24+124=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA187C is #05E783. Grayscale: #666666. Windows color (decimal): -386948 or 8132858. OLE color: 8132858.

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

Color convert

RGB 250 24 124 -
CMYK 0 0.90 0.50 0.02
HSL 333.45º 0.96% 0.54% -
HSV(B) 333.45º 0.9% 0.98% -
XYZ 43.39 22.43 21.11 -
YUV 102.97 139.87 232.87 -
System Red Green Blue C M Y K H S L
Decimal 250 24 124 0 0.90 0.50 0.02 333.45 0.96 0.54
Hex FA 18 7C 0 5A 32 2 14D 60 36
Octal 372 30 174 0 132 62 2 515 140 66
Binary 11111010 11000 1111100 0 1011010 110010 10 101001101 1100000 110110

Color Harmonies of #FA187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA187C

Black with #FA187C

Text Example


Text Example

White with #FA187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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