Html Css Color HEX #FC7485 Brink Pink

📋 copy color: '#FC7485'

red 252 ◦ green 116 ◦ blue 133

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

Shades of Brink Pink #FC7485

Tints of Brink Pink #FC7485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.15%

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 50.3%
G = 23.15%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7485 (or 0xFC7485) is known color: Brink Pink. HEX triplet: FC, 74 and 85. RGB value is (252,116,133). Sum of RGB (Red+Green+Blue) = 252+116+133=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7485 is #038B7A. Grayscale: #9E9E9E. Windows color (decimal): -232315 or 8746236. OLE color: 8746236.

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

Color convert

RGB 252 116 133 -
CMYK 0 0.54 0.47 0.01
HSL 352.5º 0.96% 0.72% -
HSV(B) 352.5º 0.54% 0.99% -
XYZ 50.62 34.88 26.25 -
YUV 158.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 252 116 133 0 0.54 0.47 0.01 352.5 0.96 0.72
Hex FC 74 85 0 36 2F 1 160 60 48
Octal 374 164 205 0 66 57 1 540 140 110
Binary 11111100 1110100 10000101 0 110110 101111 1 101100000 1100000 1001000

Color Harmonies of #FC7485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7485

Black with #FC7485

Text Example


Text Example

White with #FC7485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7485; }

 p { color: rgb(252,116,133); }

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

background-color css

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

 a { background-color: rgb(252,116,133); }

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

border-color css

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

 span { border-color: rgb(252,116,133); }

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