Html Css Color HEX #FE6994 Brink Pink

📋 copy color: '#FE6994'

red 254 ◦ green 105 ◦ blue 148

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

Shades of Brink Pink #FE6994

Tints of Brink Pink #FE6994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.71%

 BLUE value IS 148 (58.2% from 255) = 29.19%

R = 50.1%
G = 20.71%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE6994 (or 0xFE6994) is known color: Brink Pink. HEX triplet: FE, 69 and 94. RGB value is (254,105,148). Sum of RGB (Red+Green+Blue) = 254+105+148=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6994 is #01966B. Grayscale: #9A9A9A. Windows color (decimal): -104044 or 9726462. OLE color: 9726462.

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

Color convert

RGB 254 105 148 -
CMYK 0 0.59 0.42 0.00
HSL 342.68º 0.99% 0.7% -
HSV(B) 342.68º 0.59% 1% -
XYZ 51.27 33.31 31.74 -
YUV 154.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 254 105 148 0 0.59 0.42 0.00 342.68 0.99 0.7
Hex FE 69 94 0 3B 2A 0 157 63 46
Octal 376 151 224 0 73 52 0 527 143 106
Binary 11111110 1101001 10010100 0 111011 101010 0 101010111 1100011 1000110

Color Harmonies of #FE6994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6994

Black with #FE6994

Text Example


Text Example

White with #FE6994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6994; }

 p { color: rgb(254,105,148); }

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

background-color css

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

 a { background-color: rgb(254,105,148); }

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

border-color css

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

 span { border-color: rgb(254,105,148); }

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