Html Css Color HEX #F56081 Brink Pink

📋 copy color: '#F56081'

red 245 ◦ green 96 ◦ blue 129

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

Shades of Brink Pink #F56081

Tints of Brink Pink #F56081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.43%

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

R = 52.13%
G = 20.43%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F56081 (or 0xF56081) is known color: Brink Pink. HEX triplet: F5, 60 and 81. RGB value is (245,96,129). Sum of RGB (Red+Green+Blue) = 245+96+129=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F56081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56081 is #0A9F7E. Grayscale: #909090. Windows color (decimal): -696191 or 8478965. OLE color: 8478965.

HSL color Cylindrical-coordinate representation of color #F56081: hue angle of 346.71º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F56081 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 96 129 -
CMYK 0 0.61 0.47 0.04
HSL 346.71º 0.88% 0.67% -
HSV(B) 346.71º 0.61% 0.96% -
XYZ 45.8 29.36 24.02 -
YUV 144.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 245 96 129 0 0.61 0.47 0.04 346.71 0.88 0.67
Hex F5 60 81 0 3D 2F 4 15B 58 43
Octal 365 140 201 0 75 57 4 533 130 103
Binary 11110101 1100000 10000001 0 111101 101111 100 101011011 1011000 1000011

Color Harmonies of #F56081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56081

Black with #F56081

Text Example


Text Example

White with #F56081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56081; }

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

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

background-color css

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

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

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

border-color css

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

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

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