Html Css Color HEX #FC738C Brink Pink

📋 copy color: '#FC738C'

red 252 ◦ green 115 ◦ blue 140

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

Shades of Brink Pink #FC738C

Tints of Brink Pink #FC738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 49.7%
G = 22.68%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC738C (or 0xFC738C) is known color: Brink Pink. HEX triplet: FC, 73 and 8C. RGB value is (252,115,140). Sum of RGB (Red+Green+Blue) = 252+115+140=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC738C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC738C is #038C73. Grayscale: #9E9E9E. Windows color (decimal): -232564 or 9204732. OLE color: 9204732.

HSL color Cylindrical-coordinate representation of color #FC738C: hue angle of 349.05º 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 #FC738C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 140 -
CMYK 0 0.54 0.44 0.01
HSL 349.05º 0.96% 0.72% -
HSV(B) 349.05º 0.54% 0.99% -
XYZ 51.01 34.85 28.85 -
YUV 158.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 252 115 140 0 0.54 0.44 0.01 349.05 0.96 0.72
Hex FC 73 8C 0 36 2C 1 15D 60 48
Octal 374 163 214 0 66 54 1 535 140 110
Binary 11111100 1110011 10001100 0 110110 101100 1 101011101 1100000 1001000

Color Harmonies of #FC738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC738C

Black with #FC738C

Text Example


Text Example

White with #FC738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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