Html Css Color HEX #F56C8A Brink Pink

📋 copy color: '#F56C8A'

red 245 ◦ green 108 ◦ blue 138

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

Shades of Brink Pink #F56C8A

Tints of Brink Pink #F56C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22%

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 49.9%
G = 22%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F56C8A (or 0xF56C8A) is known color: Brink Pink. HEX triplet: F5, 6C and 8A. RGB value is (245,108,138). Sum of RGB (Red+Green+Blue) = 245+108+138=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56C8A is #0A9375. Grayscale: #989898. Windows color (decimal): -693110 or 9071861. OLE color: 9071861.

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

Color convert

RGB 245 108 138 -
CMYK 0 0.56 0.44 0.04
HSL 346.86º 0.87% 0.69% -
HSV(B) 346.86º 0.56% 0.96% -
XYZ 47.61 31.97 27.71 -
YUV 152.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 245 108 138 0 0.56 0.44 0.04 346.86 0.87 0.69
Hex F5 6C 8A 0 38 2C 4 15B 57 45
Octal 365 154 212 0 70 54 4 533 127 105
Binary 11110101 1101100 10001010 0 111000 101100 100 101011011 1010111 1000101

Color Harmonies of #F56C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56C8A

Black with #F56C8A

Text Example


Text Example

White with #F56C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56C8A; }

 p { color: rgb(245,108,138); }

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

background-color css

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

 a { background-color: rgb(245,108,138); }

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

border-color css

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

 span { border-color: rgb(245,108,138); }

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