Html Css Color HEX #FC758C Brink Pink

📋 copy color: '#FC758C'

red 252 ◦ green 117 ◦ blue 140

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

Shades of Brink Pink #FC758C

Tints of Brink Pink #FC758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.99%

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

R = 49.51%
G = 22.99%
B = 27.5%

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

#FC758C (or 0xFC758C) is known color: Brink Pink. HEX triplet: FC, 75 and 8C. RGB value is (252,117,140). Sum of RGB (Red+Green+Blue) = 252+117+140=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC758C is #038A73. Grayscale: #A0A0A0. Windows color (decimal): -232052 or 9205244. OLE color: 9205244.

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

Color convert

RGB 252 117 140 -
CMYK 0 0.54 0.44 0.01
HSL 349.78º 0.96% 0.72% -
HSV(B) 349.78º 0.54% 0.99% -
XYZ 51.24 35.31 28.93 -
YUV 159.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 252 117 140 0 0.54 0.44 0.01 349.78 0.96 0.72
Hex FC 75 8C 0 36 2C 1 15E 60 48
Octal 374 165 214 0 66 54 1 536 140 110
Binary 11111100 1110101 10001100 0 110110 101100 1 101011110 1100000 1001000

Color Harmonies of #FC758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC758C

Black with #FC758C

Text Example


Text Example

White with #FC758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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