Html Css Color HEX #FE6C93 Brink Pink

📋 copy color: '#FE6C93'

red 254 ◦ green 108 ◦ blue 147

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

Shades of Brink Pink #FE6C93

Tints of Brink Pink #FE6C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.88%

R = 49.9%
G = 21.22%
B = 28.88%

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

#FE6C93 (or 0xFE6C93) is known color: Brink Pink. HEX triplet: FE, 6C and 93. RGB value is (254,108,147). Sum of RGB (Red+Green+Blue) = 254+108+147=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C93 is #01936C. Grayscale: #9C9C9C. Windows color (decimal): -103277 or 9661694. OLE color: 9661694.

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

Color convert

RGB 254 108 147 -
CMYK 0 0.57 0.42 0.00
HSL 343.97º 0.99% 0.71% -
HSV(B) 343.97º 0.57% 1% -
XYZ 51.5 33.9 31.43 -
YUV 156.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 254 108 147 0 0.57 0.42 0.00 343.97 0.99 0.71
Hex FE 6C 93 0 39 2A 0 158 63 47
Octal 376 154 223 0 71 52 0 530 143 107
Binary 11111110 1101100 10010011 0 111001 101010 0 101011000 1100011 1000111

Color Harmonies of #FE6C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C93

Black with #FE6C93

Text Example


Text Example

White with #FE6C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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