Html Css Color HEX #F55983 Brink Pink

📋 copy color: '#F55983'

red 245 ◦ green 89 ◦ blue 131

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

Shades of Brink Pink #F55983

Tints of Brink Pink #F55983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.14%

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 52.69%
G = 19.14%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F55983 (or 0xF55983) is known color: Brink Pink. HEX triplet: F5, 59 and 83. RGB value is (245,89,131). Sum of RGB (Red+Green+Blue) = 245+89+131=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F55983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55983 is #0AA67C. Grayscale: #8C8C8C. Windows color (decimal): -697981 or 8608245. OLE color: 8608245.

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

Color convert

RGB 245 89 131 -
CMYK 0 0.64 0.47 0.04
HSL 343.85º 0.89% 0.65% -
HSV(B) 343.85º 0.64% 0.96% -
XYZ 45.33 28.2 24.53 -
YUV 140.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 245 89 131 0 0.64 0.47 0.04 343.85 0.89 0.65
Hex F5 59 83 0 40 2F 4 158 59 41
Octal 365 131 203 0 100 57 4 530 131 101
Binary 11110101 1011001 10000011 0 1000000 101111 100 101011000 1011001 1000001

Color Harmonies of #F55983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55983

Black with #F55983

Text Example


Text Example

White with #F55983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55983; }

 p { color: rgb(245,89,131); }

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

background-color css

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

 a { background-color: rgb(245,89,131); }

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

border-color css

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

 span { border-color: rgb(245,89,131); }

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