Html Css Color HEX #F56182 Brink Pink

📋 copy color: '#F56182'

red 245 ◦ green 97 ◦ blue 130

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

Shades of Brink Pink #F56182

Tints of Brink Pink #F56182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.54%

R = 51.91%
G = 20.55%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F56182 (or 0xF56182) is known color: Brink Pink. HEX triplet: F5, 61 and 82. RGB value is (245,97,130). Sum of RGB (Red+Green+Blue) = 245+97+130=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F56182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56182 is #0A9E7D. Grayscale: #919191. Windows color (decimal): -695934 or 8544757. OLE color: 8544757.

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

Color convert

RGB 245 97 130 -
CMYK 0 0.60 0.47 0.04
HSL 346.62º 0.88% 0.67% -
HSV(B) 346.62º 0.6% 0.96% -
XYZ 45.96 29.57 24.41 -
YUV 145.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 245 97 130 0 0.60 0.47 0.04 346.62 0.88 0.67
Hex F5 61 82 0 3C 2F 4 15B 58 43
Octal 365 141 202 0 74 57 4 533 130 103
Binary 11110101 1100001 10000010 0 111100 101111 100 101011011 1011000 1000011

Color Harmonies of #F56182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56182

Black with #F56182

Text Example


Text Example

White with #F56182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56182; }

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

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

background-color css

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

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

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

border-color css

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

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

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