Html Css Color HEX #FA168E Deep Pink

📋 copy color: '#FA168E'

red 250 ◦ green 22 ◦ blue 142

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

Shades of Deep Pink #FA168E

Tints of Deep Pink #FA168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.31%

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

R = 60.39%
G = 5.31%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA168E (or 0xFA168E) is known color: Deep Pink. HEX triplet: FA, 16 and 8E. RGB value is (250,22,142). Sum of RGB (Red+Green+Blue) = 250+22+142=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA168E is #05E971. Grayscale: #676767. Windows color (decimal): -387442 or 9311994. OLE color: 9311994.

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

Color convert

RGB 250 22 142 -
CMYK 0 0.91 0.43 0.02
HSL 328.42º 0.96% 0.53% -
HSV(B) 328.42º 0.91% 0.98% -
XYZ 44.59 22.85 27.65 -
YUV 103.85 149.54 232.24 -
System Red Green Blue C M Y K H S L
Decimal 250 22 142 0 0.91 0.43 0.02 328.42 0.96 0.53
Hex FA 16 8E 0 5B 2B 2 148 60 35
Octal 372 26 216 0 133 53 2 510 140 65
Binary 11111010 10110 10001110 0 1011011 101011 10 101001000 1100000 110101

Color Harmonies of #FA168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA168E

Black with #FA168E

Text Example


Text Example

White with #FA168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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