Html Css Color HEX #FC6D7B Brink Pink

📋 copy color: '#FC6D7B'

red 252 ◦ green 109 ◦ blue 123

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

Shades of Brink Pink #FC6D7B

Tints of Brink Pink #FC6D7B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.52%

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

R = 52.07%
G = 22.52%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC6D7B (or 0xFC6D7B) is known color: Brink Pink. HEX triplet: FC, 6D and 7B. RGB value is (252,109,123). Sum of RGB (Red+Green+Blue) = 252+109+123=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D7B is #039284. Grayscale: #999999. Windows color (decimal): -234117 or 8089084. OLE color: 8089084.

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

Color convert

RGB 252 109 123 -
CMYK 0 0.57 0.51 0.01
HSL 354.13º 0.96% 0.71% -
HSV(B) 354.13º 0.57% 0.99% -
XYZ 49.19 33.06 22.53 -
YUV 153.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 252 109 123 0 0.57 0.51 0.01 354.13 0.96 0.71
Hex FC 6D 7B 0 39 33 1 162 60 47
Octal 374 155 173 0 71 63 1 542 140 107
Binary 11111100 1101101 1111011 0 111001 110011 1 101100010 1100000 1000111

Color Harmonies of #FC6D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D7B

Black with #FC6D7B

Text Example


Text Example

White with #FC6D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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