Html Css Color HEX #FC738B Brink Pink

📋 copy color: '#FC738B'

red 252 ◦ green 115 ◦ blue 139

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

Shades of Brink Pink #FC738B

Tints of Brink Pink #FC738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 49.8%
G = 22.73%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC738B (or 0xFC738B) is known color: Brink Pink. HEX triplet: FC, 73 and 8B. RGB value is (252,115,139). Sum of RGB (Red+Green+Blue) = 252+115+139=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC738B is #038C74. Grayscale: #9E9E9E. Windows color (decimal): -232565 or 9139196. OLE color: 9139196.

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

Color convert

RGB 252 115 139 -
CMYK 0 0.54 0.45 0.01
HSL 349.49º 0.96% 0.72% -
HSV(B) 349.49º 0.54% 0.99% -
XYZ 50.94 34.82 28.46 -
YUV 158.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 252 115 139 0 0.54 0.45 0.01 349.49 0.96 0.72
Hex FC 73 8B 0 36 2D 1 15D 60 48
Octal 374 163 213 0 66 55 1 535 140 110
Binary 11111100 1110011 10001011 0 110110 101101 1 101011101 1100000 1001000

Color Harmonies of #FC738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC738B

Black with #FC738B

Text Example


Text Example

White with #FC738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC738B; }

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

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

background-color css

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

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

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

border-color css

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

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

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