Html Css Color HEX #F56A8D Brink Pink

📋 copy color: '#F56A8D'

red 245 ◦ green 106 ◦ blue 141

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

Shades of Brink Pink #F56A8D

Tints of Brink Pink #F56A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.54%

 BLUE value IS 141 (55.47% from 255) = 28.66%

R = 49.8%
G = 21.54%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F56A8D (or 0xF56A8D) is known color: Brink Pink. HEX triplet: F5, 6A and 8D. RGB value is (245,106,141). Sum of RGB (Red+Green+Blue) = 245+106+141=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56A8D is #0A9572. Grayscale: #979797. Windows color (decimal): -693619 or 9267957. OLE color: 9267957.

HSL color Cylindrical-coordinate representation of color #F56A8D: hue angle of 344.89º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56A8D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 106 141 -
CMYK 0 0.57 0.42 0.04
HSL 344.89º 0.87% 0.69% -
HSV(B) 344.89º 0.57% 0.96% -
XYZ 47.62 31.64 28.8 -
YUV 151.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 245 106 141 0 0.57 0.42 0.04 344.89 0.87 0.69
Hex F5 6A 8D 0 39 2A 4 159 57 45
Octal 365 152 215 0 71 52 4 531 127 105
Binary 11110101 1101010 10001101 0 111001 101010 100 101011001 1010111 1000101

Color Harmonies of #F56A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56A8D

Black with #F56A8D

Text Example


Text Example

White with #F56A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56A8D; }

 p { color: rgb(245,106,141); }

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

background-color css

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

 a { background-color: rgb(245,106,141); }

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

border-color css

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

 span { border-color: rgb(245,106,141); }

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