Html Css Color HEX #FE1895 Deep Pink

📋 copy color: '#FE1895'

red 254 ◦ green 24 ◦ blue 149

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

Shades of Deep Pink #FE1895

Tints of Deep Pink #FE1895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 59.48%
G = 5.62%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE1895 (or 0xFE1895) is known color: Deep Pink. HEX triplet: FE, 18 and 95. RGB value is (254,24,149). Sum of RGB (Red+Green+Blue) = 254+24+149=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1895 is #01E76A. Grayscale: #6A6A6A. Windows color (decimal): -124779 or 9771262. OLE color: 9771262.

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

Color convert

RGB 254 24 149 -
CMYK 0 0.91 0.41 0.00
HSL 327.39º 0.99% 0.55% -
HSV(B) 327.39º 0.91% 1% -
XYZ 46.62 23.89 30.59 -
YUV 107.02 151.7 232.84 -
System Red Green Blue C M Y K H S L
Decimal 254 24 149 0 0.91 0.41 0.00 327.39 0.99 0.55
Hex FE 18 95 0 5B 29 0 147 63 37
Octal 376 30 225 0 133 51 0 507 143 67
Binary 11111110 11000 10010101 0 1011011 101001 0 101000111 1100011 110111

Color Harmonies of #FE1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1895

Black with #FE1895

Text Example


Text Example

White with #FE1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1895; }

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

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

background-color css

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

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

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

border-color css

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

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

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