Html Css Color HEX #FE6F84 Brink Pink

📋 copy color: '#FE6F84'

red 254 ◦ green 111 ◦ blue 132

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

Shades of Brink Pink #FE6F84

Tints of Brink Pink #FE6F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.56%

R = 51.11%
G = 22.33%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE6F84 (or 0xFE6F84) is known color: Brink Pink. HEX triplet: FE, 6F and 84. RGB value is (254,111,132). Sum of RGB (Red+Green+Blue) = 254+111+132=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6F84 is #01907B. Grayscale: #9C9C9C. Windows color (decimal): -102524 or 8679422. OLE color: 8679422.

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

Color convert

RGB 254 111 132 -
CMYK 0 0.56 0.48 0.00
HSL 351.19º 0.99% 0.72% -
HSV(B) 351.19º 0.56% 1% -
XYZ 50.72 34.11 25.74 -
YUV 156.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 254 111 132 0 0.56 0.48 0.00 351.19 0.99 0.72
Hex FE 6F 84 0 38 30 0 15F 63 48
Octal 376 157 204 0 70 60 0 537 143 110
Binary 11111110 1101111 10000100 0 111000 110000 0 101011111 1100011 1001000

Color Harmonies of #FE6F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F84

Black with #FE6F84

Text Example


Text Example

White with #FE6F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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