Html Css Color HEX #F56782 Brink Pink

📋 copy color: '#F56782'

red 245 ◦ green 103 ◦ blue 130

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

Shades of Brink Pink #F56782

Tints of Brink Pink #F56782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.55%

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

R = 51.26%
G = 21.55%
B = 27.2%

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

#F56782 (or 0xF56782) is known color: Brink Pink. HEX triplet: F5, 67 and 82. RGB value is (245,103,130). Sum of RGB (Red+Green+Blue) = 245+103+130=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F56782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56782 is #0A987D. Grayscale: #949494. Windows color (decimal): -694398 or 8546293. OLE color: 8546293.

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

Color convert

RGB 245 103 130 -
CMYK 0 0.58 0.47 0.04
HSL 348.59º 0.88% 0.68% -
HSV(B) 348.59º 0.58% 0.96% -
XYZ 46.54 30.72 24.6 -
YUV 148.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 245 103 130 0 0.58 0.47 0.04 348.59 0.88 0.68
Hex F5 67 82 0 3A 2F 4 15D 58 44
Octal 365 147 202 0 72 57 4 535 130 104
Binary 11110101 1100111 10000010 0 111010 101111 100 101011101 1011000 1000100

Color Harmonies of #F56782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56782

Black with #F56782

Text Example


Text Example

White with #F56782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56782; }

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

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

background-color css

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

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

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

border-color css

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

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

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