Html Css Color HEX #FC6D8F Brink Pink

📋 copy color: '#FC6D8F'

red 252 ◦ green 109 ◦ blue 143

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

Shades of Brink Pink #FC6D8F

Tints of Brink Pink #FC6D8F

RGB

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

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

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

R = 50%
G = 21.63%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC6D8F (or 0xFC6D8F) is known color: Brink Pink. HEX triplet: FC, 6D and 8F. RGB value is (252,109,143). Sum of RGB (Red+Green+Blue) = 252+109+143=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D8F is #039270. Grayscale: #9B9B9B. Windows color (decimal): -234097 or 9399804. OLE color: 9399804.

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

Color convert

RGB 252 109 143 -
CMYK 0 0.57 0.43 0.01
HSL 345.73º 0.96% 0.71% -
HSV(B) 345.73º 0.57% 0.99% -
XYZ 50.57 33.62 29.81 -
YUV 155.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 252 109 143 0 0.57 0.43 0.01 345.73 0.96 0.71
Hex FC 6D 8F 0 39 2B 1 15A 60 47
Octal 374 155 217 0 71 53 1 532 140 107
Binary 11111100 1101101 10001111 0 111001 101011 1 101011010 1100000 1000111

Color Harmonies of #FC6D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D8F

Black with #FC6D8F

Text Example


Text Example

White with #FC6D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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