Html Css Color HEX #F56386 Brink Pink

📋 copy color: '#F56386'

red 245 ◦ green 99 ◦ blue 134

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

Shades of Brink Pink #F56386

Tints of Brink Pink #F56386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.71%

 BLUE value IS 134 (52.73% from 255) = 28.03%

R = 51.26%
G = 20.71%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F56386 (or 0xF56386) is known color: Brink Pink. HEX triplet: F5, 63 and 86. RGB value is (245,99,134). Sum of RGB (Red+Green+Blue) = 245+99+134=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F56386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56386 is #0A9C79. Grayscale: #929292. Windows color (decimal): -695418 or 8807413. OLE color: 8807413.

HSL color Cylindrical-coordinate representation of color #F56386: hue angle of 345.62º 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 #F56386 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 99 134 -
CMYK 0 0.60 0.45 0.04
HSL 345.62º 0.88% 0.67% -
HSV(B) 345.62º 0.6% 0.96% -
XYZ 46.42 30.06 25.91 -
YUV 146.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 245 99 134 0 0.60 0.45 0.04 345.62 0.88 0.67
Hex F5 63 86 0 3C 2D 4 15A 58 43
Octal 365 143 206 0 74 55 4 532 130 103
Binary 11110101 1100011 10000110 0 111100 101101 100 101011010 1011000 1000011

Color Harmonies of #F56386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56386

Black with #F56386

Text Example


Text Example

White with #F56386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56386; }

 p { color: rgb(245,99,134); }

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

background-color css

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

 a { background-color: rgb(245,99,134); }

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

border-color css

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

 span { border-color: rgb(245,99,134); }

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