Html Css Color HEX #F46585 Brink Pink

📋 copy color: '#F46585'

red 244 ◦ green 101 ◦ blue 133

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

Shades of Brink Pink #F46585

Tints of Brink Pink #F46585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

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

R = 51.05%
G = 21.13%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F46585 (or 0xF46585) is known color: Brink Pink. HEX triplet: F4, 65 and 85. RGB value is (244,101,133). Sum of RGB (Red+Green+Blue) = 244+101+133=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F46585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46585 is #0B9A7A. Grayscale: #939393. Windows color (decimal): -760443 or 8742388. OLE color: 8742388.

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

Color convert

RGB 244 101 133 -
CMYK 0 0.59 0.45 0.04
HSL 346.57º 0.87% 0.68% -
HSV(B) 346.57º 0.59% 0.96% -
XYZ 46.2 30.23 25.59 -
YUV 147.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 244 101 133 0 0.59 0.45 0.04 346.57 0.87 0.68
Hex F4 65 85 0 3B 2D 4 15B 57 44
Octal 364 145 205 0 73 55 4 533 127 104
Binary 11110100 1100101 10000101 0 111011 101101 100 101011011 1010111 1000100

Color Harmonies of #F46585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46585

Black with #F46585

Text Example


Text Example

White with #F46585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46585; }

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

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

background-color css

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

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

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

border-color css

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

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

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