#FE0274

Color #FE0274 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FE0274

Tints of Deep Pink #FE0274

Color information

#FE0274 (or 0xFE0274) is unknown color: approx Deep Pink. HEX triplet: FE, 02 and 74. RGB value is (254,2,116). Sum of RGB (Red+Green+Blue) = 254+2+116=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0274 is #01FD8B. Grayscale: #5A5A5A. Windows color (decimal): -130444 or 7602942. OLE color: 7602942.

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

Color convert

RGB2542116-
CMYK00.990.540.00
HSL332.86º99.21%50.2%-
HSV(B)332.86º99.21%99.61%-
XYZ44.0522.3818.52-
YUV90.34142.49244.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 68.28%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=68.28%
G=0.54%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254211600.990.540.00332.8699.2150.2
HexFE27406336014d6332
Octal3762164014366051514362
Binary111111101011101000110001111011001010011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0274; }

 p { color: rgb(254,2,116); }

 H1.HeaderClassName
 {
   color: #FE0274;
 }
 .AnyTagClassName
 {
   color: #FE0274;
 }
</style>
background-color css

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

 a { background-color: rgb(254,2,116); }

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

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

 span { border-color: rgb(254,2,116); }

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