Html Css Color HEX #F56590 Brink Pink

📋 copy color: '#F56590'

red 245 ◦ green 101 ◦ blue 144

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

Shades of Brink Pink #F56590

Tints of Brink Pink #F56590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.39%

R = 50%
G = 20.61%
B = 29.39%

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

#F56590 (or 0xF56590) is known color: Brink Pink. HEX triplet: F5, 65 and 90. RGB value is (245,101,144). Sum of RGB (Red+Green+Blue) = 245+101+144=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F56590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56590 is #0A9A6F. Grayscale: #949494. Windows color (decimal): -694896 or 9463285. OLE color: 9463285.

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

Color convert

RGB 245 101 144 -
CMYK 0 0.59 0.41 0.04
HSL 342.08º 0.88% 0.68% -
HSV(B) 342.08º 0.59% 0.96% -
XYZ 47.34 30.73 29.82 -
YUV 148.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 245 101 144 0 0.59 0.41 0.04 342.08 0.88 0.68
Hex F5 65 90 0 3B 29 4 156 58 44
Octal 365 145 220 0 73 51 4 526 130 104
Binary 11110101 1100101 10010000 0 111011 101001 100 101010110 1011000 1000100

Color Harmonies of #F56590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56590

Black with #F56590

Text Example


Text Example

White with #F56590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56590; }

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

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

background-color css

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

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

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

border-color css

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

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

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