Html Css Color HEX #FE089A Deep Pink

📋 copy color: '#FE089A'

red 254 ◦ green 8 ◦ blue 154

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

Shades of Deep Pink #FE089A

Tints of Deep Pink #FE089A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.92%

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 61.06%
G = 1.92%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE089A (or 0xFE089A) is known color: Deep Pink. HEX triplet: FE, 08 and 9A. RGB value is (254,8,154). Sum of RGB (Red+Green+Blue) = 254+8+154=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE089A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE089A is #01F765. Grayscale: #616161. Windows color (decimal): -128870 or 10094846. OLE color: 10094846.

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

Color convert

RGB 254 8 154 -
CMYK 0 0.97 0.39 0.00
HSL 324.39º 0.99% 0.51% -
HSV(B) 324.39º 0.97% 1% -
XYZ 46.79 23.58 32.66 -
YUV 98.2 159.5 239.13 -
System Red Green Blue C M Y K H S L
Decimal 254 8 154 0 0.97 0.39 0.00 324.39 0.99 0.51
Hex FE 8 9A 0 61 27 0 144 63 33
Octal 376 10 232 0 141 47 0 504 143 63
Binary 11111110 1000 10011010 0 1100001 100111 0 101000100 1100011 110011

Color Harmonies of #FE089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE089A

Black with #FE089A

Text Example


Text Example

White with #FE089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE089A; }

 p { color: rgb(254,8,154); }

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

background-color css

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

 a { background-color: rgb(254,8,154); }

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

border-color css

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

 span { border-color: rgb(254,8,154); }

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