Html Css Color HEX #F56391 Brink Pink

📋 copy color: '#F56391'

red 245 ◦ green 99 ◦ blue 145

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

Shades of Brink Pink #F56391

Tints of Brink Pink #F56391

RGB

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

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

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

R = 50.1%
G = 20.25%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F56391 (or 0xF56391) is known color: Brink Pink. HEX triplet: F5, 63 and 91. RGB value is (245,99,145). Sum of RGB (Red+Green+Blue) = 245+99+145=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F56391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56391 is #0A9C6E. Grayscale: #939393. Windows color (decimal): -695407 or 9528309. OLE color: 9528309.

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

Color convert

RGB 245 99 145 -
CMYK 0 0.60 0.41 0.04
HSL 341.1º 0.88% 0.67% -
HSV(B) 341.1º 0.6% 0.96% -
XYZ 47.23 30.38 30.16 -
YUV 147.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 245 99 145 0 0.60 0.41 0.04 341.1 0.88 0.67
Hex F5 63 91 0 3C 29 4 155 58 43
Octal 365 143 221 0 74 51 4 525 130 103
Binary 11110101 1100011 10010001 0 111100 101001 100 101010101 1011000 1000011

Color Harmonies of #F56391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56391

Black with #F56391

Text Example


Text Example

White with #F56391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56391; }

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

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

background-color css

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

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

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

border-color css

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

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

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