Html Css Color HEX #FA168F Deep Pink

📋 copy color: '#FA168F'

red 250 ◦ green 22 ◦ blue 143

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

Shades of Deep Pink #FA168F

Tints of Deep Pink #FA168F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 60.24%
G = 5.3%
B = 34.46%

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

#FA168F (or 0xFA168F) is known color: Deep Pink. HEX triplet: FA, 16 and 8F. RGB value is (250,22,143). Sum of RGB (Red+Green+Blue) = 250+22+143=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA168F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA168F is #05E970. Grayscale: #676767. Windows color (decimal): -387441 or 9377530. OLE color: 9377530.

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

Color convert

RGB 250 22 143 -
CMYK 0 0.91 0.43 0.02
HSL 328.16º 0.96% 0.53% -
HSV(B) 328.16º 0.91% 0.98% -
XYZ 44.67 22.88 28.05 -
YUV 103.97 150.04 232.16 -
System Red Green Blue C M Y K H S L
Decimal 250 22 143 0 0.91 0.43 0.02 328.16 0.96 0.53
Hex FA 16 8F 0 5B 2B 2 148 60 35
Octal 372 26 217 0 133 53 2 510 140 65
Binary 11111010 10110 10001111 0 1011011 101011 10 101001000 1100000 110101

Color Harmonies of #FA168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA168F

Black with #FA168F

Text Example


Text Example

White with #FA168F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA168F; }

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

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

background-color css

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

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

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

border-color css

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

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

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