Html Css Color HEX #F56192 Brink Pink

📋 copy color: '#F56192'

red 245 ◦ green 97 ◦ blue 146

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

Shades of Brink Pink #F56192

Tints of Brink Pink #F56192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.88%

 BLUE value IS 146 (57.42% from 255) = 29.92%

R = 50.2%
G = 19.88%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F56192 (or 0xF56192) is known color: Brink Pink. HEX triplet: F5, 61 and 92. RGB value is (245,97,146). Sum of RGB (Red+Green+Blue) = 245+97+146=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F56192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56192 is #0A9E6D. Grayscale: #929292. Windows color (decimal): -695918 or 9593333. OLE color: 9593333.

HSL color Cylindrical-coordinate representation of color #F56192: hue angle of 340.14º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56192 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 146 -
CMYK 0 0.60 0.40 0.04
HSL 340.14º 0.88% 0.67% -
HSV(B) 340.14º 0.6% 0.96% -
XYZ 47.12 30.04 30.51 -
YUV 146.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 245 97 146 0 0.60 0.40 0.04 340.14 0.88 0.67
Hex F5 61 92 0 3C 28 4 154 58 43
Octal 365 141 222 0 74 50 4 524 130 103
Binary 11110101 1100001 10010010 0 111100 101000 100 101010100 1011000 1000011

Color Harmonies of #F56192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56192

Black with #F56192

Text Example


Text Example

White with #F56192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56192; }

 p { color: rgb(245,97,146); }

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

background-color css

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

 a { background-color: rgb(245,97,146); }

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

border-color css

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

 span { border-color: rgb(245,97,146); }

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