Html Css Color HEX #F56591 Brink Pink

📋 copy color: '#F56591'

red 245 ◦ green 101 ◦ blue 145

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

Shades of Brink Pink #F56591

Tints of Brink Pink #F56591

RGB

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

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

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

R = 49.9%
G = 20.57%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F56591 (or 0xF56591) is known color: Brink Pink. HEX triplet: F5, 65 and 91. RGB value is (245,101,145). Sum of RGB (Red+Green+Blue) = 245+101+145=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F56591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56591 is #0A9A6E. Grayscale: #959595. Windows color (decimal): -694895 or 9528821. OLE color: 9528821.

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

Color convert

RGB 245 101 145 -
CMYK 0 0.59 0.41 0.04
HSL 341.67º 0.88% 0.68% -
HSV(B) 341.67º 0.59% 0.96% -
XYZ 47.42 30.76 30.23 -
YUV 149.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 245 101 145 0 0.59 0.41 0.04 341.67 0.88 0.68
Hex F5 65 91 0 3B 29 4 156 58 44
Octal 365 145 221 0 73 51 4 526 130 104
Binary 11110101 1100101 10010001 0 111011 101001 100 101010110 1011000 1000100

Color Harmonies of #F56591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56591

Black with #F56591

Text Example


Text Example

White with #F56591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56591; }

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

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

background-color css

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

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

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

border-color css

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

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

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