Html Css Color HEX #FE0994 Deep Pink

📋 copy color: '#FE0994'

red 254 ◦ green 9 ◦ blue 148

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

Shades of Deep Pink #FE0994

Tints of Deep Pink #FE0994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 61.8%
G = 2.19%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE0994 (or 0xFE0994) is known color: Deep Pink. HEX triplet: FE, 09 and 94. RGB value is (254,9,148). Sum of RGB (Red+Green+Blue) = 254+9+148=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0994 is #01F66B. Grayscale: #616161. Windows color (decimal): -128620 or 9701886. OLE color: 9701886.

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

Color convert

RGB 254 9 148 -
CMYK 0 0.96 0.42 0.00
HSL 325.96º 0.99% 0.52% -
HSV(B) 325.96º 0.96% 1% -
XYZ 46.32 23.4 30.09 -
YUV 98.1 156.17 239.2 -
System Red Green Blue C M Y K H S L
Decimal 254 9 148 0 0.96 0.42 0.00 325.96 0.99 0.52
Hex FE 9 94 0 60 2A 0 146 63 34
Octal 376 11 224 0 140 52 0 506 143 64
Binary 11111110 1001 10010100 0 1100000 101010 0 101000110 1100011 110100

Color Harmonies of #FE0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0994

Black with #FE0994

Text Example


Text Example

White with #FE0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0994; }

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

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

background-color css

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

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

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

border-color css

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

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

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