Html Css Color HEX #FC707B Brink Pink

📋 copy color: '#FC707B'

red 252 ◦ green 112 ◦ blue 123

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

Shades of Brink Pink #FC707B

Tints of Brink Pink #FC707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 51.75%
G = 23%
B = 25.26%

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

#FC707B (or 0xFC707B) is known color: Brink Pink. HEX triplet: FC, 70 and 7B. RGB value is (252,112,123). Sum of RGB (Red+Green+Blue) = 252+112+123=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC707B is #038F84. Grayscale: #9B9B9B. Windows color (decimal): -233349 or 8089852. OLE color: 8089852.

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

Color convert

RGB 252 112 123 -
CMYK 0 0.56 0.51 0.01
HSL 355.29º 0.96% 0.71% -
HSV(B) 355.29º 0.56% 0.99% -
XYZ 49.51 33.71 22.64 -
YUV 155.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 252 112 123 0 0.56 0.51 0.01 355.29 0.96 0.71
Hex FC 70 7B 0 38 33 1 163 60 47
Octal 374 160 173 0 70 63 1 543 140 107
Binary 11111100 1110000 1111011 0 111000 110011 1 101100011 1100000 1000111

Color Harmonies of #FC707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC707B

Black with #FC707B

Text Example


Text Example

White with #FC707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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