Html Css Color HEX #FE6F89 Brink Pink

📋 copy color: '#FE6F89'

red 254 ◦ green 111 ◦ blue 137

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

Shades of Brink Pink #FE6F89

Tints of Brink Pink #FE6F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.11%

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 50.6%
G = 22.11%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE6F89 (or 0xFE6F89) is known color: Brink Pink. HEX triplet: FE, 6F and 89. RGB value is (254,111,137). Sum of RGB (Red+Green+Blue) = 254+111+137=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6F89 is #019076. Grayscale: #9C9C9C. Windows color (decimal): -102519 or 9007102. OLE color: 9007102.

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

Color convert

RGB 254 111 137 -
CMYK 0 0.56 0.46 0.00
HSL 349.09º 0.99% 0.72% -
HSV(B) 349.09º 0.56% 1% -
XYZ 51.07 34.25 27.59 -
YUV 156.72 116.88 197.39 -
System Red Green Blue C M Y K H S L
Decimal 254 111 137 0 0.56 0.46 0.00 349.09 0.99 0.72
Hex FE 6F 89 0 38 2E 0 15D 63 48
Octal 376 157 211 0 70 56 0 535 143 110
Binary 11111110 1101111 10001001 0 111000 101110 0 101011101 1100011 1001000

Color Harmonies of #FE6F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F89

Black with #FE6F89

Text Example


Text Example

White with #FE6F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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