Html Css Color HEX #FE098D Deep Pink

📋 copy color: '#FE098D'

red 254 ◦ green 9 ◦ blue 141

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

Shades of Deep Pink #FE098D

Tints of Deep Pink #FE098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.23%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 62.87%
G = 2.23%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE098D (or 0xFE098D) is known color: Deep Pink. HEX triplet: FE, 09 and 8D. RGB value is (254,9,141). Sum of RGB (Red+Green+Blue) = 254+9+141=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE098D is #01F672. Grayscale: #616161. Windows color (decimal): -128627 or 9243134. OLE color: 9243134.

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

Color convert

RGB 254 9 141 -
CMYK 0 0.96 0.44 0.00
HSL 327.67º 0.99% 0.52% -
HSV(B) 327.67º 0.96% 1% -
XYZ 45.78 23.19 27.26 -
YUV 97.3 152.67 239.77 -
System Red Green Blue C M Y K H S L
Decimal 254 9 141 0 0.96 0.44 0.00 327.67 0.99 0.52
Hex FE 9 8D 0 60 2C 0 148 63 34
Octal 376 11 215 0 140 54 0 510 143 64
Binary 11111110 1001 10001101 0 1100000 101100 0 101001000 1100011 110100

Color Harmonies of #FE098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE098D

Black with #FE098D

Text Example


Text Example

White with #FE098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE098D; }

 p { color: rgb(254,9,141); }

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

background-color css

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

 a { background-color: rgb(254,9,141); }

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

border-color css

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

 span { border-color: rgb(254,9,141); }

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