Html Css Color HEX #FE6691 Brink Pink

📋 copy color: '#FE6691'

red 254 ◦ green 102 ◦ blue 145

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

Shades of Brink Pink #FE6691

Tints of Brink Pink #FE6691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.36%

 BLUE value IS 145 (57.03% from 255) = 28.94%

R = 50.7%
G = 20.36%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE6691 (or 0xFE6691) is known color: Brink Pink. HEX triplet: FE, 66 and 91. RGB value is (254,102,145). Sum of RGB (Red+Green+Blue) = 254+102+145=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6691 is #01996E. Grayscale: #989898. Windows color (decimal): -104815 or 9529086. OLE color: 9529086.

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

Color convert

RGB 254 102 145 -
CMYK 0 0.60 0.43 0.00
HSL 343.03º 0.99% 0.7% -
HSV(B) 343.03º 0.6% 1% -
XYZ 50.74 32.62 30.41 -
YUV 152.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 254 102 145 0 0.60 0.43 0.00 343.03 0.99 0.7
Hex FE 66 91 0 3C 2B 0 157 63 46
Octal 376 146 221 0 74 53 0 527 143 106
Binary 11111110 1100110 10010001 0 111100 101011 0 101010111 1100011 1000110

Color Harmonies of #FE6691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6691

Black with #FE6691

Text Example


Text Example

White with #FE6691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6691; }

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

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

background-color css

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

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

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

border-color css

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

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

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