Html Css Color HEX #FC6089 Brink Pink

📋 copy color: '#FC6089'

red 252 ◦ green 96 ◦ blue 137

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

Shades of Brink Pink #FC6089

Tints of Brink Pink #FC6089

RGB

 RED value IS 252 (98.83% from 255) = 51.96%

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

 BLUE value IS 137 (53.91% from 255) = 28.25%

R = 51.96%
G = 19.79%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC6089 (or 0xFC6089) is known color: Brink Pink. HEX triplet: FC, 60 and 89. RGB value is (252,96,137). Sum of RGB (Red+Green+Blue) = 252+96+137=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6089 is #039F76. Grayscale: #939393. Windows color (decimal): -237431 or 9003260. OLE color: 9003260.

HSL color Cylindrical-coordinate representation of color #FC6089: hue angle of 344.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC6089 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 96 137 -
CMYK 0 0.62 0.46 0.01
HSL 344.23º 0.96% 0.68% -
HSV(B) 344.23º 0.62% 0.99% -
XYZ 48.84 30.87 27.05 -
YUV 147.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 252 96 137 0 0.62 0.46 0.01 344.23 0.96 0.68
Hex FC 60 89 0 3E 2E 1 158 60 44
Octal 374 140 211 0 76 56 1 530 140 104
Binary 11111100 1100000 10001001 0 111110 101110 1 101011000 1100000 1000100

Color Harmonies of #FC6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6089

Black with #FC6089

Text Example


Text Example

White with #FC6089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6089; }

 p { color: rgb(252,96,137); }

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

background-color css

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

 a { background-color: rgb(252,96,137); }

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

border-color css

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

 span { border-color: rgb(252,96,137); }

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