Html Css Color HEX #F46085 Brink Pink

📋 copy color: '#F46085'

red 244 ◦ green 96 ◦ blue 133

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

Shades of Brink Pink #F46085

Tints of Brink Pink #F46085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.3%

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

R = 51.59%
G = 20.3%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F46085 (or 0xF46085) is known color: Brink Pink. HEX triplet: F4, 60 and 85. RGB value is (244,96,133). Sum of RGB (Red+Green+Blue) = 244+96+133=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F46085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46085 is #0B9F7A. Grayscale: #909090. Windows color (decimal): -761723 or 8741108. OLE color: 8741108.

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

Color convert

RGB 244 96 133 -
CMYK 0 0.61 0.45 0.04
HSL 345º 0.87% 0.67% -
HSV(B) 345º 0.61% 0.96% -
XYZ 45.72 29.29 25.43 -
YUV 144.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 244 96 133 0 0.61 0.45 0.04 345 0.87 0.67
Hex F4 60 85 0 3D 2D 4 159 57 43
Octal 364 140 205 0 75 55 4 531 127 103
Binary 11110100 1100000 10000101 0 111101 101101 100 101011001 1010111 1000011

Color Harmonies of #F46085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46085

Black with #F46085

Text Example


Text Example

White with #F46085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46085; }

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

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

background-color css

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

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

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

border-color css

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

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

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