Html Css Color HEX #FC758A Brink Pink

📋 copy color: '#FC758A'

red 252 ◦ green 117 ◦ blue 138

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

Shades of Brink Pink #FC758A

Tints of Brink Pink #FC758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 49.7%
G = 23.08%
B = 27.22%

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

#FC758A (or 0xFC758A) is known color: Brink Pink. HEX triplet: FC, 75 and 8A. RGB value is (252,117,138). Sum of RGB (Red+Green+Blue) = 252+117+138=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC758A is #038A75. Grayscale: #9F9F9F. Windows color (decimal): -232054 or 9074172. OLE color: 9074172.

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

Color convert

RGB 252 117 138 -
CMYK 0 0.54 0.45 0.01
HSL 350.67º 0.96% 0.72% -
HSV(B) 350.67º 0.54% 0.99% -
XYZ 51.09 35.25 28.16 -
YUV 159.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 252 117 138 0 0.54 0.45 0.01 350.67 0.96 0.72
Hex FC 75 8A 0 36 2D 1 15F 60 48
Octal 374 165 212 0 66 55 1 537 140 110
Binary 11111100 1110101 10001010 0 110110 101101 1 101011111 1100000 1001000

Color Harmonies of #FC758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC758A

Black with #FC758A

Text Example


Text Example

White with #FC758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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