Html Css Color HEX #F46E86 Brink Pink

📋 copy color: '#F46E86'

red 244 ◦ green 110 ◦ blue 134

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

Shades of Brink Pink #F46E86

Tints of Brink Pink #F46E86

RGB

 RED value IS 244 (95.7% from 255) = 50%

 GREEN value IS 110 (43.36% from 255) = 22.54%

 BLUE value IS 134 (52.73% from 255) = 27.46%

R = 50%
G = 22.54%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F46E86 (or 0xF46E86) is known color: Brink Pink. HEX triplet: F4, 6E and 86. RGB value is (244,110,134). Sum of RGB (Red+Green+Blue) = 244+110+134=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F46E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46E86 is #0B9179. Grayscale: #989898. Windows color (decimal): -758138 or 8810228. OLE color: 8810228.

HSL color Cylindrical-coordinate representation of color #F46E86: hue angle of 349.25º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46E86 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 110 134 -
CMYK 0 0.55 0.45 0.04
HSL 349.25º 0.86% 0.69% -
HSV(B) 349.25º 0.55% 0.96% -
XYZ 47.19 32.11 26.26 -
YUV 152.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 244 110 134 0 0.55 0.45 0.04 349.25 0.86 0.69
Hex F4 6E 86 0 37 2D 4 15D 56 45
Octal 364 156 206 0 67 55 4 535 126 105
Binary 11110100 1101110 10000110 0 110111 101101 100 101011101 1010110 1000101

Color Harmonies of #F46E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46E86

Black with #F46E86

Text Example


Text Example

White with #F46E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46E86; }

 p { color: rgb(244,110,134); }

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

background-color css

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

 a { background-color: rgb(244,110,134); }

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

border-color css

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

 span { border-color: rgb(244,110,134); }

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