Html Css Color HEX #F56882 Brink Pink

📋 copy color: '#F56882'

red 245 ◦ green 104 ◦ blue 130

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

Shades of Brink Pink #F56882

Tints of Brink Pink #F56882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.71%

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

R = 51.15%
G = 21.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F56882 (or 0xF56882) is known color: Brink Pink. HEX triplet: F5, 68 and 82. RGB value is (245,104,130). Sum of RGB (Red+Green+Blue) = 245+104+130=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F56882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56882 is #0A977D. Grayscale: #959595. Windows color (decimal): -694142 or 8546549. OLE color: 8546549.

HSL color Cylindrical-coordinate representation of color #F56882: hue angle of 348.94º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56882 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 104 130 -
CMYK 0 0.58 0.47 0.04
HSL 348.94º 0.88% 0.68% -
HSV(B) 348.94º 0.58% 0.96% -
XYZ 46.64 30.92 24.63 -
YUV 149.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 245 104 130 0 0.58 0.47 0.04 348.94 0.88 0.68
Hex F5 68 82 0 3A 2F 4 15D 58 44
Octal 365 150 202 0 72 57 4 535 130 104
Binary 11110101 1101000 10000010 0 111010 101111 100 101011101 1011000 1000100

Color Harmonies of #F56882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56882

Black with #F56882

Text Example


Text Example

White with #F56882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56882; }

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

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

background-color css

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

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

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

border-color css

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

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

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