Html Css Color HEX #F56881 Brink Pink

📋 copy color: '#F56881'

red 245 ◦ green 104 ◦ blue 129

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

Shades of Brink Pink #F56881

Tints of Brink Pink #F56881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.99%

R = 51.26%
G = 21.76%
B = 26.99%

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

#F56881 (or 0xF56881) is known color: Brink Pink. HEX triplet: F5, 68 and 81. RGB value is (245,104,129). Sum of RGB (Red+Green+Blue) = 245+104+129=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F56881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56881 is #0A977E. Grayscale: #959595. Windows color (decimal): -694143 or 8481013. OLE color: 8481013.

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

Color convert

RGB 245 104 129 -
CMYK 0 0.58 0.47 0.04
HSL 349.36º 0.88% 0.68% -
HSV(B) 349.36º 0.58% 0.96% -
XYZ 46.57 30.9 24.28 -
YUV 149.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 245 104 129 0 0.58 0.47 0.04 349.36 0.88 0.68
Hex F5 68 81 0 3A 2F 4 15D 58 44
Octal 365 150 201 0 72 57 4 535 130 104
Binary 11110101 1101000 10000001 0 111010 101111 100 101011101 1011000 1000100

Color Harmonies of #F56881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56881

Black with #F56881

Text Example


Text Example

White with #F56881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56881; }

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

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

background-color css

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

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

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

border-color css

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

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

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