Html Css Color HEX #F56091 Brink Pink

📋 copy color: '#F56091'

red 245 ◦ green 96 ◦ blue 145

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

Shades of Brink Pink #F56091

Tints of Brink Pink #F56091

RGB

 RED value IS 245 (96.09% from 255) = 50.41%

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

 BLUE value IS 145 (57.03% from 255) = 29.84%

R = 50.41%
G = 19.75%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F56091 (or 0xF56091) is known color: Brink Pink. HEX triplet: F5, 60 and 91. RGB value is (245,96,145). Sum of RGB (Red+Green+Blue) = 245+96+145=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F56091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56091 is #0A9F6E. Grayscale: #929292. Windows color (decimal): -696175 or 9527541. OLE color: 9527541.

HSL color Cylindrical-coordinate representation of color #F56091: hue angle of 340.27º degrees, saturation: 0.88, 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 #F56091 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 96 145 -
CMYK 0 0.61 0.41 0.04
HSL 340.27º 0.88% 0.67% -
HSV(B) 340.27º 0.61% 0.96% -
XYZ 46.95 29.82 30.07 -
YUV 146.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 245 96 145 0 0.61 0.41 0.04 340.27 0.88 0.67
Hex F5 60 91 0 3D 29 4 154 58 43
Octal 365 140 221 0 75 51 4 524 130 103
Binary 11110101 1100000 10010001 0 111101 101001 100 101010100 1011000 1000011

Color Harmonies of #F56091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56091

Black with #F56091

Text Example


Text Example

White with #F56091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56091; }

 p { color: rgb(245,96,145); }

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

background-color css

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

 a { background-color: rgb(245,96,145); }

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

border-color css

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

 span { border-color: rgb(245,96,145); }

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