Html Css Color HEX #FE1672 Deep Pink

📋 copy color: '#FE1672'

red 254 ◦ green 22 ◦ blue 114

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

Shades of Deep Pink #FE1672

Tints of Deep Pink #FE1672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 65.13%
G = 5.64%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE1672 (or 0xFE1672) is known color: Deep Pink. HEX triplet: FE, 16 and 72. RGB value is (254,22,114). Sum of RGB (Red+Green+Blue) = 254+22+114=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1672 is #01E98D. Grayscale: #656565. Windows color (decimal): -125326 or 7476990. OLE color: 7476990.

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

Color convert

RGB 254 22 114 -
CMYK 0 0.91 0.55 0.00
HSL 336.21º 0.99% 0.54% -
HSV(B) 336.21º 0.91% 1% -
XYZ 44.2 22.86 18 -
YUV 101.86 134.86 236.52 -
System Red Green Blue C M Y K H S L
Decimal 254 22 114 0 0.91 0.55 0.00 336.21 0.99 0.54
Hex FE 16 72 0 5B 37 0 150 63 36
Octal 376 26 162 0 133 67 0 520 143 66
Binary 11111110 10110 1110010 0 1011011 110111 0 101010000 1100011 110110

Color Harmonies of #FE1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1672

Black with #FE1672

Text Example


Text Example

White with #FE1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1672; }

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

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

background-color css

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

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

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

border-color css

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

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

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