Html Css Color HEX #F56481 Brink Pink

📋 copy color: '#F56481'

red 245 ◦ green 100 ◦ blue 129

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

Shades of Brink Pink #F56481

Tints of Brink Pink #F56481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.1%

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

R = 51.69%
G = 21.1%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F56481 (or 0xF56481) is known color: Brink Pink. HEX triplet: F5, 64 and 81. RGB value is (245,100,129). Sum of RGB (Red+Green+Blue) = 245+100+129=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F56481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56481 is #0A9B7E. Grayscale: #929292. Windows color (decimal): -695167 or 8479989. OLE color: 8479989.

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

Color convert

RGB 245 100 129 -
CMYK 0 0.59 0.47 0.04
HSL 348º 0.88% 0.68% -
HSV(B) 348º 0.59% 0.96% -
XYZ 46.18 30.11 24.15 -
YUV 146.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 245 100 129 0 0.59 0.47 0.04 348 0.88 0.68
Hex F5 64 81 0 3B 2F 4 15C 58 44
Octal 365 144 201 0 73 57 4 534 130 104
Binary 11110101 1100100 10000001 0 111011 101111 100 101011100 1011000 1000100

Color Harmonies of #F56481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56481

Black with #F56481

Text Example


Text Example

White with #F56481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56481; }

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

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

background-color css

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

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

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

border-color css

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

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

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