Html Css Color HEX #FC7088 Brink Pink

📋 copy color: '#FC7088'

red 252 ◦ green 112 ◦ blue 136

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

Shades of Brink Pink #FC7088

Tints of Brink Pink #FC7088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.4%

 BLUE value IS 136 (53.52% from 255) = 27.2%

R = 50.4%
G = 22.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC7088 (or 0xFC7088) is known color: Brink Pink. HEX triplet: FC, 70 and 88. RGB value is (252,112,136). Sum of RGB (Red+Green+Blue) = 252+112+136=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7088 is #038F77. Grayscale: #9C9C9C. Windows color (decimal): -233336 or 8941820. OLE color: 8941820.

HSL color Cylindrical-coordinate representation of color #FC7088: hue angle of 349.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC7088 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 136 -
CMYK 0 0.56 0.46 0.01
HSL 349.71º 0.96% 0.71% -
HSV(B) 349.71º 0.56% 0.99% -
XYZ 50.38 34.06 27.21 -
YUV 156.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 252 112 136 0 0.56 0.46 0.01 349.71 0.96 0.71
Hex FC 70 88 0 38 2E 1 15E 60 47
Octal 374 160 210 0 70 56 1 536 140 107
Binary 11111100 1110000 10001000 0 111000 101110 1 101011110 1100000 1000111

Color Harmonies of #FC7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7088

Black with #FC7088

Text Example


Text Example

White with #FC7088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7088; }

 p { color: rgb(252,112,136); }

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

background-color css

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

 a { background-color: rgb(252,112,136); }

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

border-color css

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

 span { border-color: rgb(252,112,136); }

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