Html Css Color HEX #FE1892 Deep Pink

📋 copy color: '#FE1892'

red 254 ◦ green 24 ◦ blue 146

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

Shades of Deep Pink #FE1892

Tints of Deep Pink #FE1892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.66%

 BLUE value IS 146 (57.42% from 255) = 34.43%

R = 59.91%
G = 5.66%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE1892 (or 0xFE1892) is known color: Deep Pink. HEX triplet: FE, 18 and 92. RGB value is (254,24,146). Sum of RGB (Red+Green+Blue) = 254+24+146=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1892 is #01E76D. Grayscale: #6A6A6A. Windows color (decimal): -124782 or 9574654. OLE color: 9574654.

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

Color convert

RGB 254 24 146 -
CMYK 0 0.91 0.43 0.00
HSL 328.17º 0.99% 0.55% -
HSV(B) 328.17º 0.91% 1% -
XYZ 46.39 23.8 29.34 -
YUV 106.68 150.2 233.08 -
System Red Green Blue C M Y K H S L
Decimal 254 24 146 0 0.91 0.43 0.00 328.17 0.99 0.55
Hex FE 18 92 0 5B 2B 0 148 63 37
Octal 376 30 222 0 133 53 0 510 143 67
Binary 11111110 11000 10010010 0 1011011 101011 0 101001000 1100011 110111

Color Harmonies of #FE1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1892

Black with #FE1892

Text Example


Text Example

White with #FE1892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1892; }

 p { color: rgb(254,24,146); }

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

background-color css

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

 a { background-color: rgb(254,24,146); }

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

border-color css

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

 span { border-color: rgb(254,24,146); }

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