Html Css Color HEX #FC7390 Brink Pink

📋 copy color: '#FC7390'

red 252 ◦ green 115 ◦ blue 144

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

Shades of Brink Pink #FC7390

Tints of Brink Pink #FC7390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.5%

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 49.32%
G = 22.5%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7390 (or 0xFC7390) is known color: Brink Pink. HEX triplet: FC, 73 and 90. RGB value is (252,115,144). Sum of RGB (Red+Green+Blue) = 252+115+144=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7390 is #038C6F. Grayscale: #9F9F9F. Windows color (decimal): -232560 or 9466876. OLE color: 9466876.

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

Color convert

RGB 252 115 144 -
CMYK 0 0.54 0.43 0.01
HSL 347.3º 0.96% 0.72% -
HSV(B) 347.3º 0.54% 0.99% -
XYZ 51.31 34.97 30.43 -
YUV 159.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 252 115 144 0 0.54 0.43 0.01 347.3 0.96 0.72
Hex FC 73 90 0 36 2B 1 15B 60 48
Octal 374 163 220 0 66 53 1 533 140 110
Binary 11111100 1110011 10010000 0 110110 101011 1 101011011 1100000 1001000

Color Harmonies of #FC7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7390

Black with #FC7390

Text Example


Text Example

White with #FC7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7390; }

 p { color: rgb(252,115,144); }

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

background-color css

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

 a { background-color: rgb(252,115,144); }

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

border-color css

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

 span { border-color: rgb(252,115,144); }

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