Html Css Color HEX #FC7090 Brink Pink

📋 copy color: '#FC7090'

red 252 ◦ green 112 ◦ blue 144

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

Shades of Brink Pink #FC7090

Tints of Brink Pink #FC7090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.35%

R = 49.61%
G = 22.05%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7090 (or 0xFC7090) is known color: Brink Pink. HEX triplet: FC, 70 and 90. RGB value is (252,112,144). Sum of RGB (Red+Green+Blue) = 252+112+144=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7090 is #038F6F. Grayscale: #9D9D9D. Windows color (decimal): -233328 or 9466108. OLE color: 9466108.

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

Color convert

RGB 252 112 144 -
CMYK 0 0.56 0.43 0.01
HSL 346.29º 0.96% 0.71% -
HSV(B) 346.29º 0.56% 0.99% -
XYZ 50.97 34.3 30.32 -
YUV 157.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 252 112 144 0 0.56 0.43 0.01 346.29 0.96 0.71
Hex FC 70 90 0 38 2B 1 15A 60 47
Octal 374 160 220 0 70 53 1 532 140 107
Binary 11111100 1110000 10010000 0 111000 101011 1 101011010 1100000 1000111

Color Harmonies of #FC7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7090

Black with #FC7090

Text Example


Text Example

White with #FC7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7090; }

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

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

background-color css

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

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

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

border-color css

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

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

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