Html Css Color HEX #FE6794 Brink Pink

📋 copy color: '#FE6794'

red 254 ◦ green 103 ◦ blue 148

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

Shades of Brink Pink #FE6794

Tints of Brink Pink #FE6794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.4%

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

R = 50.3%
G = 20.4%
B = 29.31%

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

#FE6794 (or 0xFE6794) is known color: Brink Pink. HEX triplet: FE, 67 and 94. RGB value is (254,103,148). Sum of RGB (Red+Green+Blue) = 254+103+148=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6794 is #01986B. Grayscale: #999999. Windows color (decimal): -104556 or 9725950. OLE color: 9725950.

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

Color convert

RGB 254 103 148 -
CMYK 0 0.59 0.42 0.00
HSL 342.12º 0.99% 0.7% -
HSV(B) 342.12º 0.59% 1% -
XYZ 51.07 32.91 31.68 -
YUV 153.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 254 103 148 0 0.59 0.42 0.00 342.12 0.99 0.7
Hex FE 67 94 0 3B 2A 0 156 63 46
Octal 376 147 224 0 73 52 0 526 143 106
Binary 11111110 1100111 10010100 0 111011 101010 0 101010110 1100011 1000110

Color Harmonies of #FE6794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6794

Black with #FE6794

Text Example


Text Example

White with #FE6794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6794; }

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

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

background-color css

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

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

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

border-color css

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

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

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