Html Css Color HEX #F46C85 Brink Pink

📋 copy color: '#F46C85'

red 244 ◦ green 108 ◦ blue 133

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

Shades of Brink Pink #F46C85

Tints of Brink Pink #F46C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 50.31%
G = 22.27%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F46C85 (or 0xF46C85) is known color: Brink Pink. HEX triplet: F4, 6C and 85. RGB value is (244,108,133). Sum of RGB (Red+Green+Blue) = 244+108+133=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F46C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46C85 is #0B937A. Grayscale: #979797. Windows color (decimal): -758651 or 8744180. OLE color: 8744180.

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

Color convert

RGB 244 108 133 -
CMYK 0 0.56 0.45 0.04
HSL 348.97º 0.86% 0.69% -
HSV(B) 348.97º 0.56% 0.96% -
XYZ 46.9 31.65 25.83 -
YUV 151.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 244 108 133 0 0.56 0.45 0.04 348.97 0.86 0.69
Hex F4 6C 85 0 38 2D 4 15D 56 45
Octal 364 154 205 0 70 55 4 535 126 105
Binary 11110100 1101100 10000101 0 111000 101101 100 101011101 1010110 1000101

Color Harmonies of #F46C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46C85

Black with #F46C85

Text Example


Text Example

White with #F46C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46C85; }

 p { color: rgb(244,108,133); }

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

background-color css

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

 a { background-color: rgb(244,108,133); }

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

border-color css

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

 span { border-color: rgb(244,108,133); }

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