Html Css Color HEX #FC6B8F Brink Pink

📋 copy color: '#FC6B8F'

red 252 ◦ green 107 ◦ blue 143

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

Shades of Brink Pink #FC6B8F

Tints of Brink Pink #FC6B8F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

 BLUE value IS 143 (56.25% from 255) = 28.49%

R = 50.2%
G = 21.31%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC6B8F (or 0xFC6B8F) is known color: Brink Pink. HEX triplet: FC, 6B and 8F. RGB value is (252,107,143). Sum of RGB (Red+Green+Blue) = 252+107+143=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B8F is #039470. Grayscale: #9A9A9A. Windows color (decimal): -234609 or 9399292. OLE color: 9399292.

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

Color convert

RGB 252 107 143 -
CMYK 0 0.58 0.43 0.01
HSL 345.1º 0.96% 0.7% -
HSV(B) 345.1º 0.58% 0.99% -
XYZ 50.36 33.19 29.74 -
YUV 154.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 252 107 143 0 0.58 0.43 0.01 345.1 0.96 0.7
Hex FC 6B 8F 0 3A 2B 1 159 60 46
Octal 374 153 217 0 72 53 1 531 140 106
Binary 11111100 1101011 10001111 0 111010 101011 1 101011001 1100000 1000110

Color Harmonies of #FC6B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B8F

Black with #FC6B8F

Text Example


Text Example

White with #FC6B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B8F; }

 p { color: rgb(252,107,143); }

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

background-color css

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

 a { background-color: rgb(252,107,143); }

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

border-color css

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

 span { border-color: rgb(252,107,143); }

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