Html Css Color HEX #FA187E Deep Pink

📋 copy color: '#FA187E'

red 250 ◦ green 24 ◦ blue 126

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

Shades of Deep Pink #FA187E

Tints of Deep Pink #FA187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 62.5%
G = 6%
B = 31.5%

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

#FA187E (or 0xFA187E) is known color: Deep Pink. HEX triplet: FA, 18 and 7E. RGB value is (250,24,126). Sum of RGB (Red+Green+Blue) = 250+24+126=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA187E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA187E is #05E781. Grayscale: #676767. Windows color (decimal): -386946 or 8263930. OLE color: 8263930.

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

Color convert

RGB 250 24 126 -
CMYK 0 0.90 0.50 0.02
HSL 332.92º 0.96% 0.54% -
HSV(B) 332.92º 0.9% 0.98% -
XYZ 43.52 22.48 21.78 -
YUV 103.2 140.87 232.71 -
System Red Green Blue C M Y K H S L
Decimal 250 24 126 0 0.90 0.50 0.02 332.92 0.96 0.54
Hex FA 18 7E 0 5A 32 2 14D 60 36
Octal 372 30 176 0 132 62 2 515 140 66
Binary 11111010 11000 1111110 0 1011010 110010 10 101001101 1100000 110110

Color Harmonies of #FA187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA187E

Black with #FA187E

Text Example


Text Example

White with #FA187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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