Html Css Color HEX #FC707C Brink Pink

📋 copy color: '#FC707C'

red 252 ◦ green 112 ◦ blue 124

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

Shades of Brink Pink #FC707C

Tints of Brink Pink #FC707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.41%

R = 51.64%
G = 22.95%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC707C (or 0xFC707C) is known color: Brink Pink. HEX triplet: FC, 70 and 7C. RGB value is (252,112,124). Sum of RGB (Red+Green+Blue) = 252+112+124=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC707C is #038F83. Grayscale: #9B9B9B. Windows color (decimal): -233348 or 8155388. OLE color: 8155388.

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

Color convert

RGB 252 112 124 -
CMYK 0 0.56 0.51 0.01
HSL 354.86º 0.96% 0.71% -
HSV(B) 354.86º 0.56% 0.99% -
XYZ 49.58 33.74 22.97 -
YUV 155.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 252 112 124 0 0.56 0.51 0.01 354.86 0.96 0.71
Hex FC 70 7C 0 38 33 1 163 60 47
Octal 374 160 174 0 70 63 1 543 140 107
Binary 11111100 1110000 1111100 0 111000 110011 1 101100011 1100000 1000111

Color Harmonies of #FC707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC707C

Black with #FC707C

Text Example


Text Example

White with #FC707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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