Html Css Color HEX #FC738D Brink Pink

📋 copy color: '#FC738D'

red 252 ◦ green 115 ◦ blue 141

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

Shades of Brink Pink #FC738D

Tints of Brink Pink #FC738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 49.61%
G = 22.64%
B = 27.76%

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

#FC738D (or 0xFC738D) is known color: Brink Pink. HEX triplet: FC, 73 and 8D. RGB value is (252,115,141). Sum of RGB (Red+Green+Blue) = 252+115+141=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC738D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC738D is #038C72. Grayscale: #9E9E9E. Windows color (decimal): -232563 or 9270268. OLE color: 9270268.

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

Color convert

RGB 252 115 141 -
CMYK 0 0.54 0.44 0.01
HSL 348.61º 0.96% 0.72% -
HSV(B) 348.61º 0.54% 0.99% -
XYZ 51.08 34.88 29.24 -
YUV 158.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 252 115 141 0 0.54 0.44 0.01 348.61 0.96 0.72
Hex FC 73 8D 0 36 2C 1 15D 60 48
Octal 374 163 215 0 66 54 1 535 140 110
Binary 11111100 1110011 10001101 0 110110 101100 1 101011101 1100000 1001000

Color Harmonies of #FC738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC738D

Black with #FC738D

Text Example


Text Example

White with #FC738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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