Html Css Color HEX #F46F85 Brink Pink

📋 copy color: '#F46F85'

red 244 ◦ green 111 ◦ blue 133

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

Shades of Brink Pink #F46F85

Tints of Brink Pink #F46F85

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.75%

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

R = 50%
G = 22.75%
B = 27.25%

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

#F46F85 (or 0xF46F85) is known color: Brink Pink. HEX triplet: F4, 6F and 85. RGB value is (244,111,133). Sum of RGB (Red+Green+Blue) = 244+111+133=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46F85 is #0B907A. Grayscale: #999999. Windows color (decimal): -757883 or 8744948. OLE color: 8744948.

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

Color convert

RGB 244 111 133 -
CMYK 0 0.55 0.45 0.04
HSL 350.08º 0.86% 0.7% -
HSV(B) 350.08º 0.55% 0.96% -
XYZ 47.23 32.3 25.93 -
YUV 153.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 244 111 133 0 0.55 0.45 0.04 350.08 0.86 0.7
Hex F4 6F 85 0 37 2D 4 15E 56 46
Octal 364 157 205 0 67 55 4 536 126 106
Binary 11110100 1101111 10000101 0 110111 101101 100 101011110 1010110 1000110

Color Harmonies of #F46F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46F85

Black with #F46F85

Text Example


Text Example

White with #F46F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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