#FE668A

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

Shades of Brink Pink #FE668A

Tints of Brink Pink #FE668A

Color information

#FE668A (or 0xFE668A) is unknown color: approx Brink Pink. HEX triplet: FE, 66 and 8A. RGB value is (254,102,138). Sum of RGB (Red+Green+Blue) = 254+102+138=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE668A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE668A is #019975. Grayscale: #979797. Windows color (decimal): -104822 or 9070334. OLE color: 9070334.

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

Color convert

RGB254102138-
CMYK00.600.460.00
HSL345.79º98.7%69.8%-
HSV(B)345.79º59.84%99.61%-
XYZ50.2132.4127.65-
YUV151.55120.36201.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.42%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=51.42%
G=20.65%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410213800.600.460.00345.7998.769.8
HexFE668A03C2E015a6346
Octal376146212074560532143106
Binary111111101100110100010100111100101110010101101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE668A; }

 p { color: rgb(254,102,138); }

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

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

 a { background-color: rgb(254,102,138); }

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

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

 span { border-color: rgb(254,102,138); }

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