Html Css Color HEX #FE097A Deep Pink

📋 copy color: '#FE097A'

red 254 ◦ green 9 ◦ blue 122

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

Shades of Deep Pink #FE097A

Tints of Deep Pink #FE097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 65.97%
G = 2.34%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE097A (or 0xFE097A) is known color: Deep Pink. HEX triplet: FE, 09 and 7A. RGB value is (254,9,122). Sum of RGB (Red+Green+Blue) = 254+9+122=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE097A is #01F685. Grayscale: #5E5E5E. Windows color (decimal): -128646 or 7997950. OLE color: 7997950.

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

Color convert

RGB 254 9 122 -
CMYK 0 0.96 0.52 0.00
HSL 332.33º 0.99% 0.52% -
HSV(B) 332.33º 0.96% 1% -
XYZ 44.48 22.67 20.44 -
YUV 95.14 143.17 241.31 -
System Red Green Blue C M Y K H S L
Decimal 254 9 122 0 0.96 0.52 0.00 332.33 0.99 0.52
Hex FE 9 7A 0 60 34 0 14C 63 34
Octal 376 11 172 0 140 64 0 514 143 64
Binary 11111110 1001 1111010 0 1100000 110100 0 101001100 1100011 110100

Color Harmonies of #FE097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE097A

Black with #FE097A

Text Example


Text Example

White with #FE097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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