Html Css Color HEX #FC7885 Brink Pink

📋 copy color: '#FC7885'

red 252 ◦ green 120 ◦ blue 133

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

Shades of Brink Pink #FC7885

Tints of Brink Pink #FC7885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.76%

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

R = 49.9%
G = 23.76%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7885 (or 0xFC7885) is known color: Brink Pink. HEX triplet: FC, 78 and 85. RGB value is (252,120,133). Sum of RGB (Red+Green+Blue) = 252+120+133=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7885 is #03877A. Grayscale: #A1A1A1. Windows color (decimal): -231291 or 8747260. OLE color: 8747260.

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

Color convert

RGB 252 120 133 -
CMYK 0 0.52 0.47 0.01
HSL 354.09º 0.96% 0.73% -
HSV(B) 354.09º 0.52% 0.99% -
XYZ 51.1 35.82 26.41 -
YUV 160.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 252 120 133 0 0.52 0.47 0.01 354.09 0.96 0.73
Hex FC 78 85 0 34 2F 1 162 60 49
Octal 374 170 205 0 64 57 1 542 140 111
Binary 11111100 1111000 10000101 0 110100 101111 1 101100010 1100000 1001001

Color Harmonies of #FC7885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7885

Black with #FC7885

Text Example


Text Example

White with #FC7885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7885; }

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

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

background-color css

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

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

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

border-color css

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

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

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