#FE6F8A

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

Shades of Brink Pink #FE6F8A

Tints of Brink Pink #FE6F8A

Color information

#FE6F8A (or 0xFE6F8A) is unknown color: approx Brink Pink. HEX triplet: FE, 6F and 8A. RGB value is (254,111,138). Sum of RGB (Red+Green+Blue) = 254+111+138=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6F8A is #019075. Grayscale: #9C9C9C. Windows color (decimal): -102518 or 9072638. OLE color: 9072638.

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

Color convert

RGB254111138-
CMYK00.560.460.00
HSL348.67º98.62%71.57%-
HSV(B)348.67º56.3%99.61%-
XYZ51.1434.2727.96-
YUV156.84117.38197.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.50%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=50.50%
G=22.07%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411113800.560.460.00348.6798.6271.57
HexFE6F8A0382E015d6348
Octal376157212070560535143110
Binary111111101101111100010100111000101110010101110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6F8A; }

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

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

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

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

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

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

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

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