Html Css Color HEX #FE087A Deep Pink

📋 copy color: '#FE087A'

red 254 ◦ green 8 ◦ blue 122

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

Shades of Deep Pink #FE087A

Tints of Deep Pink #FE087A

RGB

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

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

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

R = 66.15%
G = 2.08%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE087A (or 0xFE087A) is known color: Deep Pink. HEX triplet: FE, 08 and 7A. RGB value is (254,8,122). Sum of RGB (Red+Green+Blue) = 254+8+122=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE087A is #01F785. Grayscale: #5E5E5E. Windows color (decimal): -128902 or 7997694. OLE color: 7997694.

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

Color convert

RGB 254 8 122 -
CMYK 0 0.97 0.52 0.00
HSL 332.2º 0.99% 0.51% -
HSV(B) 332.2º 0.97% 1% -
XYZ 44.47 22.65 20.44 -
YUV 94.55 143.5 241.73 -
System Red Green Blue C M Y K H S L
Decimal 254 8 122 0 0.97 0.52 0.00 332.2 0.99 0.51
Hex FE 8 7A 0 61 34 0 14C 63 33
Octal 376 10 172 0 141 64 0 514 143 63
Binary 11111110 1000 1111010 0 1100001 110100 0 101001100 1100011 110011

Color Harmonies of #FE087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE087A

Black with #FE087A

Text Example


Text Example

White with #FE087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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