Html Css Color HEX #F56382 Brink Pink

📋 copy color: '#F56382'

red 245 ◦ green 99 ◦ blue 130

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

Shades of Brink Pink #F56382

Tints of Brink Pink #F56382

RGB

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

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

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

R = 51.69%
G = 20.89%
B = 27.43%

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

#F56382 (or 0xF56382) is known color: Brink Pink. HEX triplet: F5, 63 and 82. RGB value is (245,99,130). Sum of RGB (Red+Green+Blue) = 245+99+130=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F56382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56382 is #0A9C7D. Grayscale: #929292. Windows color (decimal): -695422 or 8545269. OLE color: 8545269.

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

Color convert

RGB 245 99 130 -
CMYK 0 0.60 0.47 0.04
HSL 347.26º 0.88% 0.67% -
HSV(B) 347.26º 0.6% 0.96% -
XYZ 46.15 29.95 24.47 -
YUV 146.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 245 99 130 0 0.60 0.47 0.04 347.26 0.88 0.67
Hex F5 63 82 0 3C 2F 4 15B 58 43
Octal 365 143 202 0 74 57 4 533 130 103
Binary 11110101 1100011 10000010 0 111100 101111 100 101011011 1011000 1000011

Color Harmonies of #F56382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56382

Black with #F56382

Text Example


Text Example

White with #F56382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56382; }

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

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

background-color css

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

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

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

border-color css

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

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

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