Html Css Color HEX #FC748C Brink Pink

📋 copy color: '#FC748C'

red 252 ◦ green 116 ◦ blue 140

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

Shades of Brink Pink #FC748C

Tints of Brink Pink #FC748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.83%

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

R = 49.61%
G = 22.83%
B = 27.56%

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

#FC748C (or 0xFC748C) is known color: Brink Pink. HEX triplet: FC, 74 and 8C. RGB value is (252,116,140). Sum of RGB (Red+Green+Blue) = 252+116+140=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC748C is #038B73. Grayscale: #9F9F9F. Windows color (decimal): -232308 or 9204988. OLE color: 9204988.

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

Color convert

RGB 252 116 140 -
CMYK 0 0.54 0.44 0.01
HSL 349.41º 0.96% 0.72% -
HSV(B) 349.41º 0.54% 0.99% -
XYZ 51.12 35.08 28.89 -
YUV 159.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 252 116 140 0 0.54 0.44 0.01 349.41 0.96 0.72
Hex FC 74 8C 0 36 2C 1 15D 60 48
Octal 374 164 214 0 66 54 1 535 140 110
Binary 11111100 1110100 10001100 0 110110 101100 1 101011101 1100000 1001000

Color Harmonies of #FC748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC748C

Black with #FC748C

Text Example


Text Example

White with #FC748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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