Html Css Color HEX #FC7288 Brink Pink

📋 copy color: '#FC7288'

red 252 ◦ green 114 ◦ blue 136

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

Shades of Brink Pink #FC7288

Tints of Brink Pink #FC7288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.71%

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

R = 50.2%
G = 22.71%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC7288 (or 0xFC7288) is known color: Brink Pink. HEX triplet: FC, 72 and 88. RGB value is (252,114,136). Sum of RGB (Red+Green+Blue) = 252+114+136=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7288 is #038D77. Grayscale: #9D9D9D. Windows color (decimal): -232824 or 8942332. OLE color: 8942332.

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

Color convert

RGB 252 114 136 -
CMYK 0 0.55 0.46 0.01
HSL 350.43º 0.96% 0.72% -
HSV(B) 350.43º 0.55% 0.99% -
XYZ 50.61 34.51 27.29 -
YUV 157.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 252 114 136 0 0.55 0.46 0.01 350.43 0.96 0.72
Hex FC 72 88 0 37 2E 1 15E 60 48
Octal 374 162 210 0 67 56 1 536 140 110
Binary 11111100 1110010 10001000 0 110111 101110 1 101011110 1100000 1001000

Color Harmonies of #FC7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7288

Black with #FC7288

Text Example


Text Example

White with #FC7288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7288; }

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

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

background-color css

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

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

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

border-color css

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

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

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