Html Css Color HEX #FC168F Deep Pink

📋 copy color: '#FC168F'

red 252 ◦ green 22 ◦ blue 143

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

Shades of Deep Pink #FC168F

Tints of Deep Pink #FC168F

RGB

 RED value IS 252 (98.83% from 255) = 60.43%

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

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

R = 60.43%
G = 5.28%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC168F (or 0xFC168F) is known color: Deep Pink. HEX triplet: FC, 16 and 8F. RGB value is (252,22,143). Sum of RGB (Red+Green+Blue) = 252+22+143=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC168F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC168F is #03E970. Grayscale: #686868. Windows color (decimal): -256369 or 9377532. OLE color: 9377532.

HSL color Cylindrical-coordinate representation of color #FC168F: hue angle of 328.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC168F is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 22 143 -
CMYK 0 0.91 0.43 0.01
HSL 328.43º 0.97% 0.54% -
HSV(B) 328.43º 0.91% 0.99% -
XYZ 45.39 23.25 28.08 -
YUV 104.56 149.7 233.16 -
System Red Green Blue C M Y K H S L
Decimal 252 22 143 0 0.91 0.43 0.01 328.43 0.97 0.54
Hex FC 16 8F 0 5B 2B 1 148 61 36
Octal 374 26 217 0 133 53 1 510 141 66
Binary 11111100 10110 10001111 0 1011011 101011 1 101001000 1100001 110110

Color Harmonies of #FC168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC168F

Black with #FC168F

Text Example


Text Example

White with #FC168F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC168F; }

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

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

background-color css

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

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

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

border-color css

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

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

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