Html Css Color HEX #FE168E Deep Pink

📋 copy color: '#FE168E'

red 254 ◦ green 22 ◦ blue 142

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

Shades of Deep Pink #FE168E

Tints of Deep Pink #FE168E

RGB

 RED value IS 254 (99.61% from 255) = 60.77%

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

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

R = 60.77%
G = 5.26%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE168E (or 0xFE168E) is known color: Deep Pink. HEX triplet: FE, 16 and 8E. RGB value is (254,22,142). Sum of RGB (Red+Green+Blue) = 254+22+142=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE168E is #01E971. Grayscale: #686868. Windows color (decimal): -125298 or 9311998. OLE color: 9311998.

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

Color convert

RGB 254 22 142 -
CMYK 0 0.91 0.44 0.00
HSL 328.97º 0.99% 0.54% -
HSV(B) 328.97º 0.91% 1% -
XYZ 46.04 23.6 27.72 -
YUV 105.05 148.86 234.24 -
System Red Green Blue C M Y K H S L
Decimal 254 22 142 0 0.91 0.44 0.00 328.97 0.99 0.54
Hex FE 16 8E 0 5B 2C 0 149 63 36
Octal 376 26 216 0 133 54 0 511 143 66
Binary 11111110 10110 10001110 0 1011011 101100 0 101001001 1100011 110110

Color Harmonies of #FE168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE168E

Black with #FE168E

Text Example


Text Example

White with #FE168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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