Html Css Color HEX #FC6C92 Brink Pink

📋 copy color: '#FC6C92'

red 252 ◦ green 108 ◦ blue 146

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

Shades of Brink Pink #FC6C92

Tints of Brink Pink #FC6C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

 BLUE value IS 146 (57.42% from 255) = 28.85%

R = 49.8%
G = 21.34%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6C92 (or 0xFC6C92) is known color: Brink Pink. HEX triplet: FC, 6C and 92. RGB value is (252,108,146). Sum of RGB (Red+Green+Blue) = 252+108+146=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6C92 is #03936D. Grayscale: #9B9B9B. Windows color (decimal): -234350 or 9596156. OLE color: 9596156.

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

Color convert

RGB 252 108 146 -
CMYK 0 0.57 0.42 0.01
HSL 344.17º 0.96% 0.71% -
HSV(B) 344.17º 0.57% 0.99% -
XYZ 50.7 33.5 30.99 -
YUV 155.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 252 108 146 0 0.57 0.42 0.01 344.17 0.96 0.71
Hex FC 6C 92 0 39 2A 1 158 60 47
Octal 374 154 222 0 71 52 1 530 140 107
Binary 11111100 1101100 10010010 0 111001 101010 1 101011000 1100000 1000111

Color Harmonies of #FC6C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C92

Black with #FC6C92

Text Example


Text Example

White with #FC6C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C92; }

 p { color: rgb(252,108,146); }

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

background-color css

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

 a { background-color: rgb(252,108,146); }

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

border-color css

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

 span { border-color: rgb(252,108,146); }

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