Html Css Color HEX #FA118E Deep Pink

📋 copy color: '#FA118E'

red 250 ◦ green 17 ◦ blue 142

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

Shades of Deep Pink #FA118E

Tints of Deep Pink #FA118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.16%

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 61.12%
G = 4.16%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA118E (or 0xFA118E) is known color: Deep Pink. HEX triplet: FA, 11 and 8E. RGB value is (250,17,142). Sum of RGB (Red+Green+Blue) = 250+17+142=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA118E is #05EE71. Grayscale: #646464. Windows color (decimal): -388722 or 9310714. OLE color: 9310714.

HSL color Cylindrical-coordinate representation of color #FA118E: hue angle of 327.81º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA118E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 17 142 -
CMYK 0 0.93 0.43 0.02
HSL 327.81º 0.96% 0.52% -
HSV(B) 327.81º 0.93% 0.98% -
XYZ 44.51 22.68 27.62 -
YUV 100.92 151.19 234.34 -
System Red Green Blue C M Y K H S L
Decimal 250 17 142 0 0.93 0.43 0.02 327.81 0.96 0.52
Hex FA 11 8E 0 5D 2B 2 148 60 34
Octal 372 21 216 0 135 53 2 510 140 64
Binary 11111010 10001 10001110 0 1011101 101011 10 101001000 1100000 110100

Color Harmonies of #FA118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA118E

Black with #FA118E

Text Example


Text Example

White with #FA118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA118E; }

 p { color: rgb(250,17,142); }

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

background-color css

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

 a { background-color: rgb(250,17,142); }

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

border-color css

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

 span { border-color: rgb(250,17,142); }

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