Html Css Color HEX #FC707A Brink Pink

📋 copy color: '#FC707A'

red 252 ◦ green 112 ◦ blue 122

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

Shades of Brink Pink #FC707A

Tints of Brink Pink #FC707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 51.85%
G = 23.05%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC707A (or 0xFC707A) is known color: Brink Pink. HEX triplet: FC, 70 and 7A. RGB value is (252,112,122). Sum of RGB (Red+Green+Blue) = 252+112+122=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC707A is #038F85. Grayscale: #9B9B9B. Windows color (decimal): -233350 or 8024316. OLE color: 8024316.

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

Color convert

RGB 252 112 122 -
CMYK 0 0.56 0.52 0.01
HSL 355.71º 0.96% 0.71% -
HSV(B) 355.71º 0.56% 0.99% -
XYZ 49.45 33.69 22.31 -
YUV 155 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 252 112 122 0 0.56 0.52 0.01 355.71 0.96 0.71
Hex FC 70 7A 0 38 34 1 164 60 47
Octal 374 160 172 0 70 64 1 544 140 107
Binary 11111100 1110000 1111010 0 111000 110100 1 101100100 1100000 1000111

Color Harmonies of #FC707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC707A

Black with #FC707A

Text Example


Text Example

White with #FC707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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