Html Css Color HEX #FE6C94 Brink Pink

📋 copy color: '#FE6C94'

red 254 ◦ green 108 ◦ blue 148

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

Shades of Brink Pink #FE6C94

Tints of Brink Pink #FE6C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.18%

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

R = 49.8%
G = 21.18%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE6C94 (or 0xFE6C94) is known color: Brink Pink. HEX triplet: FE, 6C and 94. RGB value is (254,108,148). Sum of RGB (Red+Green+Blue) = 254+108+148=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C94 is #01936B. Grayscale: #9C9C9C. Windows color (decimal): -103276 or 9727230. OLE color: 9727230.

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

Color convert

RGB 254 108 148 -
CMYK 0 0.57 0.42 0.00
HSL 343.56º 0.99% 0.71% -
HSV(B) 343.56º 0.57% 1% -
XYZ 51.58 33.93 31.85 -
YUV 156.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 254 108 148 0 0.57 0.42 0.00 343.56 0.99 0.71
Hex FE 6C 94 0 39 2A 0 158 63 47
Octal 376 154 224 0 71 52 0 530 143 107
Binary 11111110 1101100 10010100 0 111001 101010 0 101011000 1100011 1000111

Color Harmonies of #FE6C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C94

Black with #FE6C94

Text Example


Text Example

White with #FE6C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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